-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 957 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "think-tanks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.ts",
"start": "ts-node src/index.ts",
"builder": "tsc scr/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@alicloud/dysmsapi20170525": "^2.0.23",
"@alicloud/openapi-client": "^0.4.5",
"@alicloud/tea-util": "^1.4.5",
"@types/jsonwebtoken": "^9.0.1",
"@types/koa2-cors": "^2.0.2",
"colors": "^1.4.0",
"dotenv": "^16.0.3",
"flq": "^0.2.5",
"joi": "^17.7.0",
"jsonwebtoken": "^9.0.0",
"koa": "^2.14.1",
"koa-body": "^6.0.1",
"koa-router": "^12.0.0",
"koa2-cors": "^2.0.6",
"md5": "^2.3.0",
"nanoid": "3",
"qiniu": "^7.8.0"
},
"devDependencies": {
"@types/koa": "^2.13.5",
"@types/koa-router": "^7.4.4",
"@types/node": "^18.11.19",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}