This commit is contained in:
张成
2026-03-24 16:07:02 +08:00
commit aa8eaa6ccd
121 changed files with 34042 additions and 0 deletions

74
package.json Normal file
View File

@@ -0,0 +1,74 @@
{
"name": "frameapi",
"version": "1.0.0",
"author": "light22600",
"description": "a node webApi",
"main": "app.js",
"type": "commonjs",
"dependencies": {
"@alicloud/dysmsapi20170525": "^4.1.2",
"@alicloud/green20220302": "^3.2.1",
"@alicloud/nls-filetrans-2018-08-17": "^1.0.0",
"@alicloud/openapi-client": "^0.4.15",
"@alicloud/pop-core": "^1.7.10",
"@alicloud/tea-util": "^1.4.10",
"@koa/cors": "^5.0.0",
"ali-oss": "^6.3.1",
"art-template": "^4.13.2",
"axios": "^0.24.0",
"cli-progress": "^3.11.2",
"crypto": "^1.0.1",
"dayjs": "1.8.24",
"echarts": "^5.1.2",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"gsap": "^3.12.5",
"https": "^1.0.0",
"ioredis": "^5.4.1",
"jsonwebtoken": "^8.5.1",
"koa": "^2.8.1",
"koa-body": "^6.0.1",
"koa-router": "^7.4.0",
"koa-sslify": "^4.0.3",
"koa-static": "^5.0.0",
"koa2-cors": "^2.0.6",
"koa2-swagger-ui": "^5.11.0",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"mysql2": "^1.7.0",
"node-schedule": "^1.3.2",
"node-uuid": "^1.4.8",
"redis": "^3.0.2",
"request": "^2.88.2",
"sequelize": "^5.19.0",
"string-random": "^0.1.3",
"superagent": "^10.2.3",
"swagger-jsdoc": "^6.2.8",
"threads": "^1.7.0",
"urlencode": "^1.1.0",
"uuid": "^8.3.2",
"wechatpay-node-v3": "^2.2.1",
"xlsx": "^0.18.5",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"assert": "^2.0.0",
"cookie": "^0.5.0",
"istanbul": "^0.4.5",
"jest": "^30.0.5",
"mocha": "^10.1.0",
"nodemon": "^2.0.15",
"nyc": "^17.1.0",
"supertest": "^7.1.4"
},
"scripts": {
"start": "node app.js",
"test": "node __tests__/http_interface_test.js",
"load": "node __tests__/loadtest-both.js",
"api": " nodemon ./app.js ",
"serve": "cd ./admin&&npm run serve -- --port 9000 ",
"build": "cd ./admin&&npm run build "
},
"license": "MIT"
}