-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 KB
/
package.json
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
{
"name": "mei-bo",
"version": "0.0.1",
"main": "index.ts",
"repository": "https://github.com/Limeishu/mei-bo.git",
"description": "資訊組御用聊天群組機器人🤖️梅寶🤖️",
"author": "Aries Cs <[email protected]>",
"license": "MIT",
"scripts": {
"start": "./node_modules/.bin/ts-node server/index.ts",
"lint": "./node_modules/.bin/tslint -c tslint.json --project tsconfig.json",
"lint:fix": "./node_modules/.bin/tslint -c tslint.json --project tsconfig.json --fix"
},
"dependencies": {
"ts-node": "^8.3.0",
"typescript": "^3.5.2"
},
"devDependencies": {
"@koa/cors": "^3.0.0",
"@types/axios": "^0.14.0",
"@types/koa": "^2.0.48",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-json": "^2.0.18",
"@types/koa-router": "^7.0.42",
"@types/koa__cors": "^2.2.3",
"axios": "^0.19.0",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-json": "^2.0.2",
"koa-router": "^7.4.0",
"ping": "^0.2.2",
"tslint": "^5.18.0",
"uuid": "^3.3.2"
}
}