2019-10-31 21:43:47 -04:00
|
|
|
{
|
2020-10-22 10:34:56 -04:00
|
|
|
"name": "kotlin-node",
|
2019-10-31 21:43:47 -04:00
|
|
|
"version": "1.0.0",
|
2020-10-22 10:42:22 -04:00
|
|
|
"description": "Example of using NodeJS in Kotlin",
|
2019-10-31 21:43:47 -04:00
|
|
|
"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"
|
2019-10-31 21:43:47 -04:00
|
|
|
}
|
|
|
|
}
|