java-tutorials/kotlin-js/package.json

16 lines
293 B
JSON
Raw Normal View History

{
2020-10-22 10:34:56 -04:00
"name": "kotlin-node",
"version": "1.0.0",
2020-10-22 10:42:22 -04:00
"description": "Example of using NodeJS in Kotlin",
"main": "crypto.js",
"scripts": {
2020-10-22 10:42:22 -04:00
"start": "node node/crypto.js"
2020-10-22 10:34:56 -04:00
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"kotlin": "^1.4.10"
}
}