diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..e1738d2 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "hosts", + "version": "3.2.0", + "lockfileVersion": 1 +} diff --git a/package.json b/package.json index a6cc3ca..f1cf581 100644 --- a/package.json +++ b/package.json @@ -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" }