fix description, start script
This commit is contained in:
parent
65739ae382
commit
e31e8cc882
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "kotlin-node",
|
"name": "kotlin-node",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "kotlin node ex",
|
"description": "Example of using NodeJS in Kotlin",
|
||||||
"main": "crypto.js",
|
"main": "crypto.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"start": "node node/crypto.js"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
Loading…
Reference in New Issue