2024-05-28 16:00:48 +00:00
|
|
|
{
|
|
|
|
"name": "napcat",
|
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
2024-09-23 01:35:08 +00:00
|
|
|
"version": "2.6.12",
|
2024-05-28 16:00:48 +00:00
|
|
|
"scripts": {
|
2024-08-10 09:45:17 +00:00
|
|
|
"build:framework": "vite build --mode framework",
|
2024-08-08 12:42:09 +00:00
|
|
|
"build:shell": "vite build --mode shell",
|
2024-05-28 16:00:48 +00:00
|
|
|
"build:webui": "cd ./src/webui && vite build",
|
|
|
|
"lint": "eslint --fix src/**/*.{js,ts}",
|
|
|
|
"depend": "cd dist && npm install --omit=dev"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-22 02:24:55 +00:00
|
|
|
"@babel/preset-typescript": "^7.24.7",
|
2024-05-28 16:00:48 +00:00
|
|
|
"@log4js-node/log4js-api": "^1.0.2",
|
2024-06-03 18:59:35 +00:00
|
|
|
"@protobuf-ts/plugin": "^2.9.4",
|
2024-05-28 16:00:48 +00:00
|
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
|
|
"@types/cors": "^2.8.17",
|
|
|
|
"@types/express": "^4.17.21",
|
|
|
|
"@types/fluent-ffmpeg": "^2.1.24",
|
2024-08-12 06:36:56 +00:00
|
|
|
"@types/node": "^22.0.1",
|
2024-05-28 16:00:48 +00:00
|
|
|
"@types/qrcode-terminal": "^0.12.2",
|
2024-08-10 06:40:51 +00:00
|
|
|
"@types/ws": "^8.5.12",
|
2024-08-28 08:26:00 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.3.0",
|
2024-08-28 08:58:48 +00:00
|
|
|
"@typescript-eslint/parser": "^8.3.0",
|
2024-08-29 12:40:33 +00:00
|
|
|
"eslint": "^8.57.0",
|
2024-05-28 16:00:48 +00:00
|
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
|
|
"eslint-plugin-import": "^2.29.1",
|
|
|
|
"typescript": "^5.3.3",
|
|
|
|
"vite": "^5.2.6",
|
|
|
|
"vite-plugin-cp": "^4.0.8",
|
|
|
|
"vite-plugin-dts": "^3.8.2",
|
2024-06-03 18:59:35 +00:00
|
|
|
"vite-tsconfig-paths": "^4.3.2"
|
2024-05-28 16:00:48 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"ajv": "^8.13.0",
|
2024-08-10 06:40:51 +00:00
|
|
|
"async-mutex": "^0.5.0",
|
2024-06-03 18:59:35 +00:00
|
|
|
"chalk": "^5.3.0",
|
2024-08-09 14:36:44 +00:00
|
|
|
"commander": "^12.1.0",
|
2024-05-28 16:00:48 +00:00
|
|
|
"cors": "^2.8.5",
|
|
|
|
"express": "^5.0.0-beta.2",
|
|
|
|
"fast-xml-parser": "^4.3.6",
|
|
|
|
"file-type": "^19.0.0",
|
|
|
|
"fluent-ffmpeg": "^2.1.2",
|
|
|
|
"image-size": "^1.1.1",
|
|
|
|
"json-schema-to-ts": "^3.1.0",
|
|
|
|
"log4js": "^6.9.1",
|
2024-09-11 11:56:51 +00:00
|
|
|
"protobufjs": "~7.4.0",
|
2024-05-28 16:00:48 +00:00
|
|
|
"qrcode-terminal": "^0.12.0",
|
2024-07-10 17:44:17 +00:00
|
|
|
"silk-wasm": "^3.6.1",
|
2024-08-09 14:36:44 +00:00
|
|
|
"strtok3": "8.0.1",
|
2024-08-10 06:40:51 +00:00
|
|
|
"ws": "^8.18.0"
|
2024-05-28 16:00:48 +00:00
|
|
|
}
|
2024-09-19 12:45:09 +00:00
|
|
|
}
|