-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.4 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
47
48
{
"name": "tykoa",
"version": "0.0.6",
"description": "tykoa-backend-demo",
"main": "index.js",
"scripts": {
"n": "nodemon",
"dev": "concurrently nodemon \"open-cli http://localhost:3000/child/test/1\" ",
"build": "tsc",
"start": "node ./build/app.js",
"postinstall": "( git init || true) && git update-index --skip-worktree \"./conf/local\"",
"lint": "eslint ./src/**/*.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/koa": "^2.11.0",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa__router": "^8.0.2",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.14",
"@types/pg": "^7.11.2",
"@typescript-eslint/eslint-plugin": "^2.9.0",
"@typescript-eslint/parser": "^2.9.0",
"concurrently": "^5.0.0",
"eslint": "^6.7.1",
"eslint-config-airbnb-typescript": "^6.3.1",
"eslint-plugin-import": "^2.18.2",
"nodemon": "^2.0.1",
"open-cli": "^5.0.0",
"ts-node": "^8.5.2",
"typescript": "^3.7.2"
},
"dependencies": {
"@graphile-contrib/pg-simplify-inflector": "^5.0.0-beta.1",
"@koa/router": "^8.0.2",
"dotenv": "^8.2.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.20.3",
"koa": "^2.11.0",
"koa-bodyparser": "^4.2.1",
"lodash": "^4.17.15",
"pg": "^7.14.0",
"postgraphile": "^4.5.0",
"reflect-metadata": "^0.1.13"
}
}