-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 879 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "cds-spreadsheetimporter-plugin",
"version": "1.0.3",
"description": "Spreadsheet importer as CAP plugin",
"main": "cds-plugin.js",
"scripts": {
"start:test": "npm run start --workspace=tests/demo-project",
"test": "jest",
"release": "release-it"
},
"keywords": [
"sap",
"cap",
"cds",
"plugin",
"cds-plugin",
"cap-plugin"
],
"author": "Wouter Lemaire",
"license": "ISC",
"peerDependencies": {
"@sap/cds": ">=7"
},
"devDependencies": {
"@sap/cds": "^8.4.1",
"@release-it/conventional-changelog": "^7.0.2",
"release-it": "^16.3.0"
},
"dependencies": {
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"repository": {
"type": "git",
"url": "https://github.com/lemaiwo/cds-spreadsheetimporter-plugin.git"
},
"workspaces": [
"tests/demo-project"
]
}