first-test-package-april
Version:
April test release npm package
23 lines (22 loc) • 401 B
JSON
{
"name": "first-test-package-april",
"version": "1.0.3",
"description": "April test release npm package",
"main": "index.js",
"bin": {
"first-test-package": "./index.js"
},
"files": [
"index.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"first",
"test",
"April"
],
"author": "April",
"license": "ISC"
}