-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 989 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@candriajs/meme-poject",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "LGPL-3.0-only",
"author": "CandriaJS",
"type": "module",
"main": "",
"scripts": {
"dev:meme": "pnpm --filter @candriajs/karin-plugin-meme dev",
"build:all": "pnpm -r run build",
"build:utils": "pnpm --filter @candriajs/utils build",
"build:meme": "pnpm --filter @candriajs/karin-plugin-meme build",
"build:meme-api": "pnpm --filter @candriajs/karin-plugin-meme-api build"
},
"devDependencies": {
"@prettier/plugin-oxc": "^0.1.3",
"oxlint": "^1.32.0",
"prettier": "^3.6.2",
"@karinjs/plugin-puppeteer": "^1.0.16",
"@types/express": "^5.0.5",
"@types/node": "^22.15.3",
"cross-env": "^7.0.3",
"node-karin": "1.10.23",
"tsc-alias": "1.8.13",
"tsdown": "^0.17.2",
"tsx": "^4.19.4",
"typescript": "^5.9.2"
},
"packageManager": "pnpm@10.12.4",
"dependencies": {
"es-toolkit": "^1.39.10"
}
}