Skip to content

Commit

Permalink
package.json cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Dec 5, 2023
1 parent 1397d3b commit f0efdcb
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "@cap-js/cds-types",
"version": "0.1.0",
"description": "Type definitions for main packages of CAP, like `@sap/cds`.",
"keywords": [],
"description": "Type definitions for main packages of CAP, like `@sap/cds`",
"repository": "github:cap-js/cds-types",
"homepage": "https://cap.cloud.sap/",
"keywords": [
"CAP",
"CDS",
"Node.js"
],
"author": "SAP SE (https://www.sap.com)",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/cap-js/cds-types/issues"
},
"homepage": "https://github.com/cap-js/cds-types#readme",
"files": [
"index.d.ts",
"apis/",
Expand All @@ -18,6 +20,9 @@
"scripts": {
"test": "jest --silent"
},
"peerDependencies": {
"@sap/cds": ">=7"
},
"devDependencies": {
"@sap/cds": "^7.4.0",
"axios": "^1.6.2",
Expand Down

0 comments on commit f0efdcb

Please sign in to comment.