-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.28 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
{
"name": "@xpack/npm-packages-helper",
"version": "0.0.0",
"description": "Common scripts and templates used by xPack node modules and web sites",
"main": "",
"scripts": {
"xpack-generate-top-commons": "bash maintenance-scripts/projects-generate-top-commons.sh --xpack",
"xpack-commit-and-push-top-commons": "bash maintenance-scripts/projects-commit-and-push-top-commons.sh --xpack",
"xpack-dev-tools-generate-top-commons": "bash maintenance-scripts/projects-generate-top-commons.sh --xpack-dev-tools",
"xpack-dev-tools-commit-and-push-top-commons": "bash maintenance-scripts/projects-commit-and-push-top-commons.sh --xpack-dev-tools",
"npm-install": "npm install",
"npm-link": "npm link"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpack/npm-packages-helper.git"
},
"keywords": [
"scripts",
"templates",
"helper"
],
"author": {
"name": "Liviu Ionescu",
"email": "[email protected]",
"url": "https://github.com/ilg-ul"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/xpack/lnpm-packages-helper/issues"
},
"homepage": "https://xpack.github.io/npm-packages-helper/",
"devDependencies": {
"json": "^11.0.0",
"liquidjs": "^10.20.1"
},
"engines": {
"node": " >=18.0.0"
}
}