src / package.json
kailashhh's picture
src
6b1e8b6
raw
history blame contribute delete
180 Bytes
{
"name": "your-app-name",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"license": "ISC"
}