-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 907 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
{
"name": "ab_custom",
"version": "14.0.1",
"description": "Customizations for AB",
"main": "ab_custom/public/js/index.js",
"scripts": {
"version": "sed -i \"s/__version__.*/__version__ = \\\"$npm_package_version\\\"/\" $npm_package_name/__init__.py; sed -i \"s/__version__ = '.*';/__version__ = '$npm_package_version';/\" $npm_package_name/public/js/version.js; git add -A .",
"prerelease": "gen-release-notes > /tmp/${npm_package_name}_release_notes",
"release": "gh release create v${npm_package_version} -F /tmp/${npm_package_name}_release_notes"
},
"repository": {
"type": "git",
"url": "git+https://github.com/libermatic/ab_custom.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/libermatic/ab_custom/issues"
},
"homepage": "https://github.com/libermatic/ab_custom#readme",
"dependencies": {
"ramda": "^0.28.0"
}
}