cleaned up package.jsons

This commit is contained in:
Daniel
2020-03-02 08:45:39 +01:00
parent 125cb6e5c2
commit ddb25d5ff5
9 changed files with 14 additions and 45 deletions

View File

@@ -1,15 +1,14 @@
{
"name": "@capire/samples",
"description": "The umbrella project for all samples to easily setup for local development and tests.",
"description": "A monorepo with several samples for CAP.",
"repository": "https://github.com/sap-samples/cloud-cap-samples.git",
"author": "daniel.hutzel@sap.com",
"scripts": {
"bookshop": "cds watch fiori"
},
"dependencies": {
"@capire/bookshop": "file:bookshop",
"@capire/common": "file:common",
"@capire/events": "file:events",
"@capire/fiori": "file:fiori",
"@capire/media": "file:media",
"@capire/orders": "file:orders",
"@capire/reviews": "file:reviews"
},
@@ -17,6 +16,5 @@
"chai": "^4.2.0",
"chai-subset": "^1.6.0"
},
"license": "SAP SAMPLE CODE LICENSE",
"private": true
"license": "SAP SAMPLE CODE LICENSE"
}