{
"name": "theptrk",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Patrick Tran",
"license": "ISC",
"dependencies": {
"express": "^4.16.3"
},
"engines": {
"node": "10.6.0"
}
}
console.log("hello world")
$ npm start
stdout:
> [email protected] start /Users/path/to/theptrk
> node index.js
hello world