generated from startergate/Koa-TypeScript-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.07 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.07 KB
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
{
"name": "graphql",
"description": "learn graphql",
"version": "1.0.0",
"main": "dist/src/index.ts",
"dependencies": {
"@types/koa": "^2.0.51",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-router": "^7.0.42",
"cross-env": "^6.0.3",
"koa": "^3.0.1",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"nodemon": "^1.19.4",
"pm2": "^4.2.1",
"rimraf": "^3.0.0",
"sequelize": "^6.29.0",
"ts-node": "^8.4.1",
"typescript": "^3.7.2"
},
"devDependencies": {},
"scripts": {
"start": "cross-env NODE_PATH=./src pm2 start dist --watch",
"clear": "rimraf dist",
"build": "tsc",
"dev": "nodemon --watch 'src/**/*' -e ts,tsx --exec ts-node ./src/index.ts",
"kill": "pm2 kill"
},
"repository": {
"type": "git",
"url": "git+https://github.com/startergate/Koa-TypeScript-Boilerplate.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/startergate/Koa-TypeScript-Boilerplate/issues"
},
"homepage": "https://github.com/startergate/Koa-TypeScript-Boilerplate#readme"
}