generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
34 lines (34 loc) · 1.19 KB
/
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
32
33
34
{
"name": "@sap-ux/annotation-converter",
"version": "0.10.2",
"description": "SAP Fiori OData - Annotation converter",
"repository": {
"type": "git",
"url": "https://github.com/SAP/open-ux-odata.git",
"directory": "packages/annotation-converter"
},
"bugs": {
"url": "https://github.com/SAP/open-ux-odata/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aannotation-converter"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "Apache-2.0",
"scripts": {
"build": "pnpm clean && tsc",
"clean": "rimraf dist",
"format": "prettier **/* --write --ignore-unknown --ignore-path ../../.prettierignore",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"watch": "tsc --watch",
"link": "pnpm link --global",
"unlink": "pnpm unlink --global",
"test": "jest --ci --forceExit --detectOpenHandles --colors",
"test-u": "jest --ci --forceExit --detectOpenHandles --colors -u"
},
"dependencies": {
"@sap-ux/vocabularies-types": "workspace:*"
},
"devDependencies": {
"@sap-ux/edmx-parser": "workspace:*"
}
}