Slide 59
Slide 59 text
{
"name": "RSJS",
"version": "0.1.0",
"description": "A Simple CLI Example",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"rsjs": "./index.js",
"foo": "./foobar.js"
},
"dependecies": {
"minimist": "^1.2.0"
}
}