-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 920 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
{
"name": "running-at",
"version": "0.3.25",
"description": "Get local and network ip address",
"main": "src/index.js",
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"test": "nyc --reporter=html --reporter=text ava --verbose",
"coverage": "nyc --reporter=lcov ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BetaHuhn/running-at.git"
},
"author": "Maximilian Schiller <hello@mxis.ch>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BetaHuhn/running-at/issues"
},
"homepage": "https://github.com/BetaHuhn/running-at#readme",
"keywords": [
"ip",
"address",
"network",
"local",
"nodejs",
"npm",
"npm-package"
],
"dependencies": {
"default-gateway": "^6.0.2"
},
"devDependencies": {
"@betahuhn/config": "^1.0.2",
"ava": "^3.12.1",
"eslint": "^7.9.0",
"nyc": "^15.1.0"
}
}