-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 819 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
{
"name": "hostname-patcher",
"version": "1.2.0",
"description": "Patches os.hostname() for Windows 7 devices using a not officially Node.js supported version",
"keywords": [
"os",
"hostname",
"windows",
"windows7",
"patch",
"patcher"
],
"main": "./lib/index.js",
"scripts": {
"npm-publish": "node ./publish.js",
"test": "ava ./test/index.js"
},
"bugs": {
"url": "https://github.com/Bellisario/hostname-patcher/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Bellisario/hostname-patcher.git"
},
"homepage": "https://github.com/Bellisario/hostname-patcher#readme",
"author": "Bellisario",
"license": "MIT",
"devDependencies": {
"@jsdevtools/npm-publish": "^1.4.3",
"ava": "^4.3.3",
"nodemailer": "^6.7.6"
}
}