-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "aprenda_express",
"version": "1.0.0",
"description": "aprenda epxress",
"main": "app.js",
"dependencies": {
"bcrypt": "^5.0.1",
"express": "^4.17.1",
"jest": "^27.1.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.0",
"supertest": "^6.1.6"
},
"devDependencies": {
"@shelf/jest-mongodb": "^2.0.3",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"husky": "^7.0.2"
},
"scripts": {
"start": "node ./src/bin/init.js",
"prepare": "husky install",
"lint": "./node_modules/.bin/eslint ./ --fix",
"test": "NODE_ENV=testing jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pompeu/aprenda_express.git"
},
"keywords": [
"nodejs",
"express",
"mongoose"
],
"author": "Itacir Ferreira Pompeu",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pompeu/aprenda_express/issues"
},
"homepage": "https://github.com/Pompeu/aprenda_express#readme"
}