Expand package.json.

This commit is contained in:
William Melody 2020-03-16 14:48:45 -07:00
parent 091e1c3809
commit 75e68b0d17
2 changed files with 25 additions and 1 deletions

5
package-lock.json generated Normal file
View File

@ -0,0 +1,5 @@
{
"name": "hosts",
"version": "3.2.0",
"lockfileVersion": 1
}

View File

@ -3,5 +3,24 @@
"version": "3.2.0",
"description": "A command line tool for managing hosts file entries.",
"global": true,
"install": "make install"
"install": "make install",
"bin": {
"hosts": "./hosts"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "bats test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alphabetum/hosts.git"
},
"author": "William Melody",
"license": "MIT",
"bugs": {
"url": "https://github.com/alphabetum/hosts/issues"
},
"homepage": "https://github.com/alphabetum/hosts#readme"
}