forked from SAP/open-ux-odata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.12 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
{
"name": "@sap-ux/ui5-middleware-fe-mockserver",
"version": "2.1.74",
"description": "SAP Fiori tools - UI5 middleware for the Fiori elements mock server",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "Apache-2.0",
"author": "@SAP/ux-odata-team",
"scripts": {
"build": "pnpm clean && tsc",
"clean": "rimraf dist build ui5-dist",
"dev": "pnpm clean && tsc -project ./tsconfig.dev.json --watch",
"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/fe-mockserver-core": "workspace:*"
},
"devDependencies": {
"@types/express": "4.17.13"
},
"files": [
"dist",
"LICENSE",
"ui5.yaml"
]
}