Files
cloud-cap-samples/hello/package.json
2021-07-13 13:01:50 +02:00

9 lines
155 B
JSON

{
"name": "@capire/hello-world",
"version": "1.0.0",
"scripts": {
"watch": "cds serve world.cds",
"watch:ts": "cds-ts serve world.cds"
}
}