fix description, start script

This commit is contained in:
Loredana 2020-10-22 17:42:22 +03:00
parent 65739ae382
commit e31e8cc882
1 changed files with 2 additions and 2 deletions

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",