-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 801 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
{
"name": "api_ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc -w",
"dev": "tsc -b && node ./dist/config/server/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/mongoose": "^5.5.3",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"http-status": "^1.3.2",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.5.11",
"ts-node": "^8.2.0",
"typescript": "^3.4.5",
"validar-cpf": "^2.1.0"
},
"devDependencies": {
"@types/body-parser": "^1.17.0",
"@types/express": "^4.16.1",
"@types/http-status": "^0.2.30",
"@types/joi": "^14.3.3",
"@types/node": "^12.0.3"
}
}