forked from miggi92/odata-fw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 940 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 940 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
{
"name": "odata-fw",
"version": "1.5.0",
"description": "OData framework",
"directories": {
"doc": "docs"
},
"scripts": {
"unit": "rm -rf output && abap_transpile abap_transpile.json && echo RUNNING && node output/index.mjs",
"test": "pnpm run unit",
"abaplint": "abaplint --format codeframe",
"docs:dev": "cd docs && pnpm run dev",
"docs:build": "cd docs && pnpm run build"
},
"repository": "github:miggi92/odata-fw",
"keywords": [
"abap",
"odata",
"framework"
],
"author": "Miguel Gebhardt",
"license": "MIT",
"bugs": {
"url": "https://github.com/miggi92/odata-fw/issues"
},
"homepage": "https://github.com/miggi92/odata-fw/blob/master/README.md",
"devDependencies": {
"@abaplint/cli": "^2.115.27",
"@abaplint/runtime": "^2.12.32",
"@abaplint/transpiler": "^2.12.32",
"@abaplint/transpiler-cli": "^2.12.32"
},
"packageManager": "pnpm@10.30.3"
}