fix description, start script

This commit is contained in:
Loredana
2020-10-22 17:42:22 +03:00
parent 3eeb10d5a2
commit ccc9c881da

View File

@@ -1,10 +1,10 @@
{
"name": "kotlin-node",
"version": "1.0.0",
"description": "kotlin node ex",
"description": "Example of using NodeJS in Kotlin",
"main": "crypto.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node node/crypto.js"
},
"author": "",
"license": "ISC",