-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "web-preview",
"version": "0.0.0",
"description": "Website preview for the xPack project",
"main": "",
"scripts": {
"generate-top-commons": "bash node_modules/@xpack/npm-packages-helper/maintenance-scripts/generate-top-commons.sh --xpack",
"npm-install": "npm install",
"npm-link-helpers": "npm link @xpack/npm-packages-helper @xpack/docusaurus-template-liquid",
"npm-link": "npm link",
"npm-outdated": "npm outdated",
"npm-update": "npm update",
"deep-clean": "del-cli node_modules package-lock.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpack/web-preview.git"
},
"keywords": [],
"author": {
"name": "Liviu Ionescu",
"email": "[email protected]",
"url": "https://github.com/ilg-ul"
},
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/xpack/web-preview/issues"
},
"homepage": "https://xpack.github.io/web-preview/",
"dependencies": {},
"devDependencies": {
"del-cli": "^6.0.0",
"json": "^11.0.0",
"liquidjs": "^10.19.1"
},
"bundleDependencies": [],
"topConfig": {
"isWebDeployOnly": "true",
"isWebPreview": "true"
},
"engines": {
"node": " >=18.0.0"
}
}