-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1000 Bytes
/
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
{
"name": "node-vironlib",
"version": "1.7.3",
"description": "Generic library for Viron",
"keywords": [
"viron",
"library",
"node.js"
],
"scripts": {
"lint": "eslint .",
"prepush": "npm run lint && npm run test",
"test": "mocha --reporter spec --ui bdd --timeout 3000 --recursive test"
},
"author": "noritama",
"license": "MIT",
"bugs": {
"url": "https://github.com/cam-inc/viron/issues"
},
"homepage": "https://github.com/cam-inc/node-vironlib#readme",
"main": "index.js",
"dependencies": {
"axios": "^0.21.1",
"bson": "^4.1.0",
"express-jwt": "^6.0.0",
"express-unless": "^0.3.1",
"googleapis": "^67.0.0",
"jsonwebtoken": "^8.5.1",
"mout": "^1.2.2",
"sequelize": "^5.22.0"
},
"devDependencies": {
"eslint": "^7.1.0",
"husky": "^0.14.3",
"mocha": "^7.0.0",
"node-mocks-http": "^1.7.3",
"sequelize-mock": "^0.10.2",
"sinon": "^7.5.0"
},
"engines": {
"node": ">= 7.6.0"
}
}