-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "jsrex",
"version": "0.0.1",
"description": "javascript library for cisco t-rex zmq interface",
"main": "index.mjs",
"repository": {
"type": "git",
"url": "git+https://github.com/velocipacktor/jsrex.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/velocipacktor/jsrex/issues"
},
"homepage": "https://github.com/velocipacktor/jsrex#readme",
"dependencies": {
"ee-log": "^3.0.9",
"hjson": "^3.2.2",
"uuid": "^8.3.2",
"zeromq": "^6.0.0-beta.6",
"chunk-text": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/eslint-parser": "^7.11.5",
"@babel/plugin-syntax-top-level-await": "^7.10.4",
"eslint": "^8.11.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"esprima": "^4.0.1",
"prettier": "^1.19.1",
"why-is-node-running": "^2.1.2"
},
"scripts": {
"test": "node_modules/.bin/eslint --ignore-path .gitignore src/**/*.mjs"
}
}