-
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) · 745 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 745 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": "private-ip-getter",
"version": "0.1.0",
"description": "Private IP Getter for Web Browser",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "mocha --require ts-node/register test/**/*.ts"
},
"keywords": [
"IP address",
"Private IP"
],
"repository": {
"type": "git",
"url": "https://github.com/nwtgck/private-ip-getter-web"
},
"author": "Ryo Ota",
"license": "MIT",
"devDependencies": {
"@types/mocha": "^5.0.0",
"@types/power-assert": "^1.5.0",
"espower-typescript": "^9.0.0",
"mocha": "^5.0.5",
"power-assert": "^1.4.4",
"ts-node": "^7.0.1",
"typescript": "^3.0.1"
}
}