-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.64 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "cpsday-hotproducts",
"version": "1.0.0",
"description": "Projeto com o microserviço utilizado para o workshop.",
"main": "dist/index.js",
"scripts": {
"build": "gulp scripts",
"start": "set NODE_ENV=production && node dist/index.js",
"dev": "set NODE_ENV=development && node dist/index.js",
"test": "set NODE_ENV=test && mocha --reporter spec --compilers ts:ts-node/register \"app/test/**/*.test.ts\"",
"postinstall": "npm run build"
},
"keywords": [],
"author": "guilhermehpiasson",
"license": "ISC",
"devDependencies": {
"@types/assert": "0.0.31",
"@types/body-parser": "^1.16.8",
"@types/express": "^4.0.39",
"@types/node": "^8.0.53",
"assert": "^1.4.1",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"gulp": "^3.9.1",
"gulp-typescript": "^3.1.1",
"install": "^0.10.2",
"mocha": "^5.0.1",
"npm": "^5.5.1",
"supertest": "^3.0.0",
"ts-node": "^3.3.0",
"typescript": "^2.6.1"
},
"dependencies": {
"@types/assert": "0.0.31",
"@types/body-parser": "^1.16.8",
"@types/express": "^4.0.39",
"@types/mocha": "^2.2.46",
"@types/node": "^8.0.53",
"body-parser": "^1.18.2",
"ejs": "^2.5.7",
"express": "^4.16.2",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-typescript": "^3.1.1",
"install": "^0.10.2",
"moment": "^2.19.2",
"nedb": "^1.8.0",
"npm": "^5.5.1",
"npm-run-all": "^4.1.2",
"request": "^2.83.0",
"restify": "^6.3.4",
"restify-clients": "^1.5.2",
"rimraf": "^2.6.2",
"supertest": "^3.0.0",
"ts-node": "^3.3.0",
"typescript": "^2.6.1",
"winston": "^2.4.0"
}
}