-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.04 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "popularity-contest",
"version": "0.0.1",
"description": "Pupularity contest",
"license": "ISC",
"readmeFilename": "README.md",
"author": {
"name": "Jake Billings",
"email": "[email protected]"
},
"tags": [
"orm",
"typescript",
"typescript-orm",
"typeorm-sample",
"typeorm-example",
"typeorm-koa-example"
],
"devDependencies": {
"typescript": "^2.5.3"
},
"dependencies": {
"@koa/cors": "^2.2.1",
"@types/koa": "^2.0.39",
"@types/koa-bodyparser": "^3.0.25",
"@types/koa-router": "^7.0.23",
"@types/node": "^8.0.31",
"body-parser": "^1.18.2",
"http-status-codes": "^1.3.0",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-logger": "^3.1.0",
"koa-router": "^7.2.1",
"koa-static": "^4.0.2",
"mysql": "^2.14.1",
"reflect-metadata": "^0.1.10",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"sha256": "^0.2.0",
"typeorm": "^0.1.0",
"valid-url": "^1.0.9"
},
"scripts": {
"start": "node src/index.js"
}
}