Init
This commit is contained in:
11
package.json
Normal file
11
package.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "nodeapi-template",
|
||||
"version": "1.0.0",
|
||||
"description": "Basic node.js API template",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"dev": "node --watch index.js"
|
||||
},
|
||||
"type": "module"
|
||||
}
|
Reference in New Issue
Block a user