forked from eNMS-automation/eNMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 750 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 750 Bytes
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
{
"name": "eNMS",
"version": "5.2",
"description": "A enterprise-grade vendor-agnostic network automation platform.",
"scripts": {
"prettier": "prettier --config build/linting/.prettierrc --ignore-path build/linting/.prettierignore --write 'eNMS/**/*' 'setup/**/*'",
"lint": "eslint ."
},
"engines": {
"node": "20.18.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/afourmy/eNMS"
},
"keywords": [
"node"
],
"author": "Antoine Fourmy",
"contributors": [
"Antoine fourmy <antoine.fourmy@gmail.com>"
],
"license": "GPLv3",
"dependencies": {
"lint": "^0.7.0"
}
}