-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 987 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
25
26
27
28
29
30
31
32
{
"name": "data-mask",
"version": "0.0.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "sfdx shane:org:delete; ./orgInit.sh",
"publish": "sfdx shane:package2:version:bump -m -r; git add sfdx-project.json; git commit -m 'package version bump'; git push origin master",
"reset": "echo \"sfdx force:apex:execute -f scripts/dataWipe.cls && sfdx force:apex:execute -f scripts/init.cls\""
},
"nodemonConfig": {
"watch": [
"force-app"
],
"exec": "sfdx force:source:push",
"ext": "cls,xml,json,js,trigger,cmp,css,design,svg,html",
"delay": "2500"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mshanemc/data-mask.git"
},
"author": "Shane McLaughlin",
"license": "ISC",
"bugs": {
"url": "https://github.com/mshanemc/data-mask/issues"
},
"homepage": "https://github.com/mshanemc/data-mask",
"devDependencies": {
"nodemon": "^1.19.2"
}
}