-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
31 lines (31 loc) · 932 Bytes
/
package.json
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
{
"name": "sap-vocabularies",
"version": "0.0.0",
"description": "Convert SAP vocabularies in CSDL XML to CSDL JSON and GitHub Flavored Markdown",
"homepage": "https://github.wdf.sap.corp/odata/vocabularies/blob/main/README.md",
"bugs": "https://github.wdf.sap.corp/odata/vocabularies/issues",
"repository": {
"type": "git",
"url": "https://github.wdf.sap.corp/odata/vocabularies.git"
},
"files": [
"lib/*"
],
"dependencies": {
"colors": "^1.4.0",
"odata-csdl": "^0.9.5",
"odata-vocabularies": "github:oasis-tcs/odata-vocabularies"
},
"devDependencies": {
"eslint": "^8.56.0",
"express": "^4.21.1",
"prettier": "^3.2.5"
},
"scripts": {
"build": "node lib/transform.js",
"pages": "node -e \"require('odata-vocabularies/pages')\" \"OData @ SAP\"",
"serve-pages": "node -e \"require('odata-vocabularies/serve-pages')\""
},
"author": "",
"license": ""
}