Files
cloud-cap-samples/package.json
Daniel 26d7fc767c ...
2020-03-02 00:08:49 +01:00

21 lines
586 B
JSON

{
"name": "@capire/samples",
"description": "The umbrella project for all samples to easily setup for local development and tests.",
"repository": "https://github.com/SAP-samples/cloud-cap-samples.git",
"author": "daniel.hutzel@sap.com",
"private": true,
"scripts": {
"bookshop": "cds watch bookshop"
},
"dependencies": {
"@capire/bookshop": "./bookshop",
"@capire/genres": "./genres",
"@capire/common": "./common"
},
"--add-these-to-devDependencies-for-tests": {
"@types/jest": "*",
"jest": "*"
},
"license": "SAP SAMPLE CODE LICENSE"
}