Files
dokku/tests/apps/checks-root/package.json
2024-09-21 17:20:20 -04:00

13 lines
187 B
JSON

{
"name": "node-example",
"version": "0.0.1",
"dependencies": {
"express": "5.x"
},
"engines": {
"node": "20.17.x"
},
"scripts": {
"start": "node index.js"
}
}