-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 987 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
{
"name": "xcdl-preview",
"version": "0.0.0",
"description": "Web site for the xcdl web; (preview for now, to be renamed as xcdl)",
"main": "",
"scripts": {
"generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpack/xcdl-preview.git"
},
"keywords": [],
"author": {
"name": "Liviu Ionescu",
"email": "ilg@livius.net",
"url": "https://github.com/ilg-ul"
},
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/xpack/xcdl-preview/issues"
},
"homepage": "https://xpack.github.io/xcdl-preview/",
"dependencies": {},
"devDependencies": {
"json": "^11.0.0",
"liquidjs": "^10.18.0",
"del-cli": "^6.0.0"
},
"bundleDependencies": [],
"config": {
"isWebDeployOnly": "true",
"websiteRepo": "xpack/xcdl-cli-ts"
},
"engines": {
"node": " >=18.0.0"
}
}