-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 930 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 930 Bytes
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
{
"name": "capytasks",
"version": "1.0.0",
"description": "",
"main": "./build/index.js",
"scripts": {
"build": "tsc",
"start": "node build/server.js",
"watch": "ts-node-dev --respawn --transpile-only --rs -- ./src/server.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.8",
"@types/uuid": "^8.3.0",
"axios": "^0.20.0",
"body-parser": "^1.19.0",
"commander": "^6.1.0",
"date-fns": "^2.16.1",
"dedent": "^0.7.0",
"express": "^4.17.1",
"pug": "^3.0.0",
"uuid": "^8.3.0",
"watchify": "^3.11.1"
},
"devDependencies": {
"browserify": "^16.5.2",
"gulp": "^4.0.2",
"gulp-browserify": "^0.5.1",
"gulp-typescript": "^6.0.0-alpha.1",
"ts-node": "^9.0.0",
"ts-node-dev": "^1.0.0-pre.62",
"typescript": "^4.0.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}