file-listen/package.json
2025-06-07 00:57:31 +08:00

68 lines
1.8 KiB
JSON

{
"name": "@kevisual/file-listener",
"version": "0.0.1",
"description": "",
"main": "index.js",
"basename": "/root/file-listener",
"app": {
"key": "file-listener",
"entry": "dist/app.js",
"type": "pm2-system-app"
},
"scripts": {
"dev": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 bun --watch src/dev.ts ",
"minio": "MINIO_CONFIG_ENV_FILE=./.env.minio ./bin/minio server --console-address :9001",
"build": "rimraf dist && bun run bun.config.mjs",
"test": "tsx test/**/*.ts",
"clean": "rm -rf dist",
"pub": "npm run build && envision pack -p -u",
"cmd": "tsx cmd/index.ts "
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me>",
"license": "MIT",
"type": "module",
"types": "types/index.d.ts",
"files": [
"dist",
"src/file-sync"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@kevisual/code-center-module": "0.0.20",
"@kevisual/router": "0.0.22",
"@kevisual/use-config": "^1.0.18",
"cookie": "^1.0.2",
"dayjs": "^1.11.13",
"formidable": "^3.5.4",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@kevisual/logger": "^0.0.4",
"@kevisual/oss": "^0.0.12",
"@kevisual/storage": "^0.0.4",
"@kevisual/types": "^0.0.10",
"@kevisual/use-config": "^1.0.18",
"@types/bun": "^1.2.15",
"@types/crypto-js": "^4.2.2",
"@types/formidable": "^3.4.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.15.30",
"commander": "^14.0.0",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"inquire": "^0.4.8",
"ioredis": "^5.6.1",
"minio": "^8.0.5",
"nodemon": "^3.1.10",
"pg": "^8.16.0",
"pg-hstore": "^2.3.4",
"rimraf": "^6.0.1",
"sequelize": "^6.37.7",
"tape": "^5.9.0",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.11.1"
}