-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1.01 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
{
"name": "odense-z",
"private": true,
"version": "1.0.0",
"description": "test, work in progress",
"main": "index.js",
"scripts": {
"clone": "git clone https://github.com/SAP/project-odense.git odense_cl && git clone https://github.com/abapGit/abapGit.git abapGit_zcl && git clone https://github.com/abaplint/deps",
"lint1": "npx abaplint abaplint_abapGit_zcl.json",
"lint2": "npx abaplint abaplint_abapGit_cl.json",
"lint3": "npx abaplint abaplint_odense_cl.json",
"test": "npm run lint1",
"rename1": "npx abaplint --rename abaplint_abapGit_zcl.json",
"clean": "rm -rf abapGit_cl && rm -rf abapGit_zcl && rm -rf deps && rm -rf node_modules && rm -rf odense_cl"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abapGit/odense-z.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/abapGit/odense-z/issues"
},
"homepage": "https://github.com/abapGit/odense-z#readme",
"dependencies": {
"@abaplint/cli": "^2.71.2"
}
}