generated from abapPM/Template-for-abapPM
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 653 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 653 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
{
"name": "abappm-standalone",
"private": true,
"version": "1.0.0",
"description": "apm Standalone",
"scripts": {
"downport": "abaplint --fix .github/abaplint/abap-702.jsonc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abapPM/abapPM-Standalone.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abapPM/abapPM"
},
"homepage": "https://abappm.com",
"devDependencies": {
"@abaplint/cli": "^2.115.25",
"@abaplint/database-sqlite": "^2.11.78",
"@abaplint/runtime": "^2.12.28",
"@abaplint/transpiler-cli": "^2.12.28"
}
}