-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 917 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
{
"name": "@involvestecnologia/nats-stream-lib",
"version": "0.1.11",
"description": "Nats library",
"main": "index.js",
"scripts": {
"test": "mocha 'test/**/*.js' --recursive --timeout 5000 --exit",
"coverage": "nyc npm run test",
"lint": "node_modules/eslint/bin/eslint.js ."
},
"author": "Paulo Ferrari",
"license": "ISC",
"dependencies": {
"nats": "^2.1.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.10.0",
"express": "^4.17.1",
"mocha": "^9.1.0",
"nyc": "^15.1.0"
}
}