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