-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
29 lines (29 loc) · 1.1 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
{
"name": "sms_extras",
"version": "12.0.0",
"description": "Enhancements to ERPNext SMS module",
"main": "sms_extras/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/index.js; git add -A .",
"prerelease": "git log --pretty=\"%s\" $(git describe --abbrev=0 --tags $(git describe --abbrev=0)^)..$(git describe --abbrev=0)^ > /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/sms_extras.git"
},
"keywords": [
"erpnext",
"erpnext-application",
"sms"
],
"author": "Sun Howwrongbum <sun@libermatic.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/libermatic/sms_extras/issues"
},
"homepage": "https://github.com/libermatic/sms_extras#readme",
"dependencies": {
"lodash": "^4.17.21"
}
}