Files
Eric Tuvesson 413e7b3fcd feat: use cloud runtime package (#9)
* feat: Include @noodl/cloud-runtime in the dist folder

* feat: Use the builtin cloud runtime

Unless "NOODL_CLOUD_RUNTIMES_LOCATION" is provided.

* chore: bump version
2024-01-26 10:38:48 +01:00

17 lines
398 B
JSON

{
"name": "@noodl/cloudservice-docker",
"version": "0.3.0",
"description": "Low-code for when experience matter",
"author": "Noodl <info@noodl.net>",
"homepage": "https://noodl.net",
"license": "MIT",
"scripts": {
"start": "node ./src/index.js"
},
"dependencies": {
"@noodl/cloudservice": "file:../noodl-cloudservice",
"cors": "^2.8.5",
"express": "^4.17.1"
}
}