9 lines
123 B
JSON

{
"name": "test-node-api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
}
}