-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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
{
"name": "mv-models",
"version": "4.0.9",
"description": "Models and DB access for Marchas Virtuales",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/facttic/mv-models.git"
},
"scripts": {
"test": "mocha",
"test-watch": "nodemon --exec \"mocha\"",
"coverage": "nyc nyc --reporter=lcov --reporter=text-summary npm run test"
},
"keywords": [],
"author": "Facttic",
"license": "GPL-3.0",
"dependencies": {
"bcryptjs": "^2.4.3",
"config": "^3.3.6",
"factory-girl": "^5.0.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.11",
"mongoose-delete": "^0.5.3",
"redis": "^3.0.2",
"validator": "^13.5.2"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chance": "^1.1.7",
"eslint": "^7.17.0",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-chai": "0.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^5.0.0",
"mocha": "^8.2.1",
"mongodb-memory-server-core": "^6.9.3",
"nodemon": "^2.0.2",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0"
}
}