-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 995 Bytes
/
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
36
37
{
"name": "shortcut",
"version": "0.0.1",
"description": "Awesome project developed with TypeORM.",
"devDependencies": {
"@types/dotenv": "^4.0.3",
"@types/node": "^8.0.29",
"ts-node": "^7.0.1",
"typescript": "2.5.2"
},
"dependencies": {
"@types/koa": "^2.0.46",
"@types/koa-bodyparser": "^5.0.1",
"@types/koa-router": "^7.0.31",
"class-transformer": "^0.1.9",
"class-validator": "^0.9.1",
"dotenv": "^6.0.0",
"ejs": "^2.6.1",
"koa": "^2.5.3",
"koa-bodyparser": "^4.2.1",
"koa-multer": "^1.0.2",
"koa-router": "^7.4.0",
"koa-views": "^6.1.5",
"mockjs": "^1.0.1-beta3",
"mysql": "^2.14.1",
"reflect-metadata": "^0.1.10",
"routing-controllers": "^0.7.7",
"rxjs": "^6.3.2",
"tsconfig-paths": "^3.6.0",
"typedi": "^0.8.0",
"typeorm": "0.2.7"
},
"scripts": {
"start": "ts-node src/index.ts",
"nodemon": "nodemon"
}
}