forked from eNMS-automation/eNMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 843 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
{
"name": "eNMS",
"version": "4.0.0",
"description": "A enterprise-grade vendor-agnostic network automation platform.",
"scripts": {
"prettier": "prettier --config build/linting/.prettierrc --ignore-path build/linting/.prettierignore --write eNMS/**/* setup/**/* terminal/**/*",
"lint": "eslint --config build/linting/.eslintrc --ignore-path build/linting/.eslintignore ."
},
"engines": {
"node": "12.11.1"
},
"devDependencies": {
"eslint": "^7.7.0",
"eslint-config-google": "^0.9.1",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/afourmy/eNMS"
},
"keywords": [
"node"
],
"author": "Antoine Fourmy",
"contributors": [
"Antoine fourmy <[email protected]>"
],
"license": "GPLv3",
"dependencies": {
"lint": "^0.7.0"
}
}