-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.59 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
46
47
48
49
50
{
"name": "@xpack-dev-tools/xbb-helper",
"version": "3.1.3",
"description": "A source package with scripts and other files to support XBB builds",
"main": "",
"scripts": {
"postversion": "git push origin --all && git push origin --tags",
"websites-generate-commons-and-build": "bash maintainer-scripts/websites-generate-commons-and-build.sh",
"websites-update-and-publish": "bash maintainer-scripts/websites-update-and-publish.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpack-dev-tools/xbb-helper-xpack.git"
},
"homepage": "https://github.com/xpack-dev-tools/xbb-helper-xpack/",
"bugs": {
"url": "https://github.com/xpack-dev-tools/xbb-helper-xpack/issues"
},
"keywords": [
"xpack"
],
"author": {
"name": "Liviu Ionescu",
"email": "[email protected]",
"url": "https://github.com/ilg-ul"
},
"license": "MIT",
"config": {},
"dependencies": {},
"devDependencies": {
"json": "^11.0.0",
"typescript": "~5.2.2"
},
"xpack": {
"minimumXpmRequired": "0.16.3",
"dependencies": {},
"devDependencies": {},
"properties": {},
"actions": {
"npm-install": "npm install",
"npm-pack": "npm pack",
"npm-version-patch": "npm version patch",
"npm-version-minor": "npm version minor",
"git-log": "git log --pretty='%cd * %h %s' --date=short",
"websites-generate-commons-and-build": "bash maintainer-scripts/websites-generate-commons-and-build.sh",
"websites-update-and-publish": "bash maintainer-scripts/websites-update-and-publish.sh"
},
"buildConfigurations": {}
}
}