neuron/package.json

13 lines
232 B
JSON
Raw Normal View History

2022-02-05 14:36:02 +01:00
{
"name": "nevron",
"version": "1.0.0",
"description": "",
"main": "nvron.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node nvron.js"
},
"author": "",
"license": "ISC"
}