-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 989 Bytes
/
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
35
36
37
38
39
40
{
"name": "abapedia-build",
"private": true,
"version": "1.0.0",
"description": "build scripts",
"main": "index.js",
"scripts": {
"test": "ts-node src/index.ts",
"simpleserver": "yaserver --root ./build/ --port 8888"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abapedia/abapedia-build.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/abapedia/abapedia-build/issues"
},
"homepage": "https://github.com/abapedia/abapedia-build#readme",
"devDependencies": {
"@abaplint/core": "=2.95.22",
"@types/glob": "^8.0.0",
"@types/lunr": "^2.3.4",
"@types/node": "^20.2.5",
"@types/progress": "^2.0.5",
"chalk": "^5.2.0",
"glob": "^8.0.3",
"json5": "^2.2.3",
"lunr": "^2.3.9",
"progress": "^2.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"cross-fetch": "^3.1.6",
"xml-js": "^1.6.11",
"yaserver": "^0.4.0"
},
"dependencies": {
}
}