-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "lib_quality",
"version": "1.0.0",
"description": "A test for the vacant job of the venturus, nodeJS back-end",
"main": "index.js",
"author": "thiagodevps@gmail.com",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.11",
"@types/mathjs": "^6.0.11",
"@types/mongoose-unique-validator": "^1.0.4",
"@types/request": "^2.48.5",
"@types/swagger-jsdoc": "^6.0.0",
"@types/swagger-ui-express": "^4.1.2",
"@types/traverson": "^6.1.0",
"ts-node-dev": "^1.1.6",
"typescript": "^4.2.3"
},
"dependencies": {
"axios": "^0.21.1",
"express": "^4.17.1",
"i": "^0.3.6",
"mathjs": "^9.3.0",
"mongodb": "^3.6.5",
"mongoose": "^5.12.2",
"mongoose-unique-validator": "^2.0.3",
"nodemon": "^2.0.7",
"npm": "^7.6.3",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"sequelize": "^6.6.2",
"swagger-jsdoc": "6.0.0",
"swagger-ui-express": "^4.1.6",
"traverson": "^7.0.1",
"ts-dotenv": "^0.8.3"
},
"scripts": {
"start": "NODE_PATH=./build node build/src/index.js",
"build": "tsc -p .",
"dev": "nodemon src/index.ts"
}
}