77 lines
2.2 KiB
JSON
77 lines
2.2 KiB
JSON
{
|
|
"name": "pyxis",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "NODE_PATH=./dist node dist/test.js",
|
|
"build": "tsc -p tsconfig.json",
|
|
"prod:api": "NODE_PATH=./dist node dist/api.js",
|
|
"prod:file": "NODE_PATH=./dist node dist/file.js",
|
|
"prod:admin": "NODE_PATH=./dist node dist/admin.js",
|
|
"dev:api": "ts-node -r tsconfig-paths/register src/api.ts",
|
|
"dev:file": "ts-node -r tsconfig-paths/register src/file.ts",
|
|
"dev:admin": "ts-node -r tsconfig-paths/register src/admin.ts",
|
|
"lint": "eslint --ext .ts src/**",
|
|
"format": "eslint --ext .ts src/** --fix"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.25.0",
|
|
"@typescript-eslint/parser": "^4.25.0",
|
|
"alipay-sdk": "^3.1.4",
|
|
"axios": "^0.21.1",
|
|
"bson": "^4.0.4",
|
|
"cheerio": "^1.0.0-rc.6",
|
|
"debug": "^4.3.1",
|
|
"dotenv": "^8.2.0",
|
|
"eslint": "^7.27.0",
|
|
"fast-rbac": "^1.3.0",
|
|
"fastify": "^3.9.2",
|
|
"fastify-cors": "^5.1.0",
|
|
"fastify-file-upload": "^3.0.0",
|
|
"fastify-formbody": "^5.0.0",
|
|
"fastify-helmet": "^5.0.3",
|
|
"fastify-jwt": "^2.2.0",
|
|
"fastify-plugin": "^3.0.0",
|
|
"fs-jetpack": "^4.1.0",
|
|
"iconv-lite": "^0.6.2",
|
|
"mime-types": "^2.1.27",
|
|
"moment": "^2.29.1",
|
|
"mongoose": "5.10.3",
|
|
"mongoose-findorcreate": "^3.0.0",
|
|
"nanoid": "^3.1.23",
|
|
"node-html-to-image": "^3.1.0",
|
|
"node-schedule": "^2.0.0",
|
|
"qrcode": "^1.4.4",
|
|
"querystring": "^0.2.1",
|
|
"queue": "^6.0.2",
|
|
"redis": "^3.1.2",
|
|
"reflect-metadata": "^0.1.13",
|
|
"svg-captcha": "^1.4.0",
|
|
"tracer": "^1.0.3",
|
|
"urlencode": "^1.1.0",
|
|
"wechat-api": "^1.35.1",
|
|
"wechat-oauth": "^1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@typegoose/auto-increment": "^0.4.1",
|
|
"@typegoose/typegoose": "^7.4.6",
|
|
"@types/debug": "^4.1.5",
|
|
"@types/dotenv": "^8.2.0",
|
|
"@types/mongoose": "5.10.3",
|
|
"@types/node": "^14.14.20",
|
|
"@types/node-schedule": "^1.3.2",
|
|
"@types/redis": "^2.8.28",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"prettier": "^2.3.0",
|
|
"ts-node": "^9.1.1",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"tslint": "^6.1.1",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|