-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 998 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
{
"name": "@nayotta/metathings-node",
"version": "3.3.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"generate": "bash generate.sh",
"test": "./node_modules/.bin/mocha --file test/**/*_test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nayotta/metathings-node.git"
},
"author": "nayotta-fe",
"license": "ISC",
"bugs": {
"url": "https://github.com/nayotta/metathings-node/issues"
},
"homepage": "https://github.com/nayotta/metathings-node#readme",
"dependencies": {
"google-protobuf": "^3.9.1",
"grpc": "^1.24.3",
"protobufjs": "^6.10.1"
},
"devDependencies": {
"eslint": "^7.29.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"mocha": "^9.2.0",
"pre-commit": "^1.2.2"
},
"pre-commit": [
"lint",
"test"
]
}