2024-10-01 14:48:31 +00:00
|
|
|
{
|
|
|
|
"name": "napcat",
|
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
2024-11-08 01:20:08 +00:00
|
|
|
"version": "3.6.5",
|
2024-10-01 14:48:31 +00:00
|
|
|
"scripts": {
|
|
|
|
"build:framework": "vite build --mode framework",
|
|
|
|
"build:shell": "vite build --mode shell",
|
|
|
|
"build:webui": "cd ./src/webui && vite build",
|
|
|
|
"lint": "eslint --fix src/**/*.{js,ts}",
|
|
|
|
"depend": "cd dist && npm install --omit=dev"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/preset-typescript": "^7.24.7",
|
|
|
|
"@log4js-node/log4js-api": "^1.0.2",
|
2024-11-05 04:47:28 +00:00
|
|
|
"@napneko/nap-proto-core": "^0.0.2",
|
2024-10-23 09:54:12 +00:00
|
|
|
"@protobuf-ts/runtime": "^2.9.4",
|
2024-10-01 14:48:31 +00:00
|
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
|
|
"@types/cors": "^2.8.17",
|
|
|
|
"@types/express": "^5.0.0",
|
|
|
|
"@types/fluent-ffmpeg": "^2.1.24",
|
|
|
|
"@types/node": "^22.0.1",
|
|
|
|
"@types/qrcode-terminal": "^0.12.2",
|
|
|
|
"@types/ws": "^8.5.12",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^8.3.0",
|
|
|
|
"@typescript-eslint/parser": "^8.3.0",
|
2024-10-23 09:54:12 +00:00
|
|
|
"ajv": "^8.13.0",
|
|
|
|
"async-mutex": "^0.5.0",
|
|
|
|
"chalk": "^5.3.0",
|
|
|
|
"commander": "^12.1.0",
|
|
|
|
"cors": "^2.8.5",
|
2024-10-01 14:48:31 +00:00
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
|
|
"eslint-plugin-import": "^2.29.1",
|
2024-10-02 03:29:05 +00:00
|
|
|
"fast-xml-parser": "^4.3.6",
|
2024-10-01 14:48:31 +00:00
|
|
|
"file-type": "^19.0.0",
|
2024-10-02 03:29:05 +00:00
|
|
|
"image-size": "^1.1.1",
|
2024-10-23 09:54:12 +00:00
|
|
|
"json-schema-to-ts": "^3.1.1",
|
|
|
|
"typescript": "^5.3.3",
|
|
|
|
"vite": "^5.2.6",
|
|
|
|
"vite-plugin-cp": "^4.0.8",
|
2024-11-05 08:39:26 +00:00
|
|
|
"vite-tsconfig-paths": "^5.1.0"
|
2024-10-02 03:29:05 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-25 01:59:02 +00:00
|
|
|
"express": "^5.0.0",
|
2024-10-23 09:54:12 +00:00
|
|
|
"fluent-ffmpeg": "^2.1.2",
|
2024-10-02 03:29:05 +00:00
|
|
|
"log4js": "^6.9.1",
|
2024-10-23 09:54:12 +00:00
|
|
|
"qrcode-terminal": "^0.12.0",
|
2024-10-01 14:48:31 +00:00
|
|
|
"silk-wasm": "^3.6.1",
|
|
|
|
"ws": "^8.18.0"
|
|
|
|
}
|
2024-10-20 15:54:21 +00:00
|
|
|
}
|