forked from vlocityinc/vlocity_build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.9 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"author": "arutland@vlocity.com",
"bin": "lib/vlocitybuild.js",
"dependencies": {
"async": "2.5.0",
"fs-extra": "4.0.2",
"js-yaml": "3.10.0",
"jsforce": "1.8.0",
"json-stable-stringify": "1.0.1",
"node-notifier": "5.1.2",
"nopt": "4.0.1",
"properties": "1.2.1",
"sass.js": "0.10.6",
"unidecode": "0.1.8"
},
"description": "",
"devDependencies": {
"chai": "^4.1.2",
"grunt": "0.4.5",
"grunt-cli": "1.2.0",
"mocha": "^5.0.0",
"pkg": "^4.2.0"
},
"engines": {},
"license": "MIT",
"main": "lib/vlocity.js",
"name": "vlocity",
"pkg": {
"assets": [
"images/*",
"DataPackSettings/**/*",
"apex/*",
"test/**/*",
"javascript/*",
"lib/*.json",
"lib/*.yaml",
"dataPacksJobs/*"
],
"scripts": [
"lib/*.js"
],
"targets": [
"win-x64",
"win-x86",
"macos",
"linux"
]
},
"repository": {
"type": "git",
"url": "https://github.com/vlocityinc/vlocity_build.git"
},
"scripts": {
"start": "vlocity help",
"packExport": "vlocity packExport -job DataPacksJob.yaml",
"packDeploy": "vlocity packDeploy -job DataPacksJob.yaml",
"packUpdateSettings": "vlocity packUpdateSettings",
"packGetDiffs": "vlocity packGetDiffs -job DataPacksJob.yaml",
"packGetDiffsAndDeploy": "vlocity packGetDiffsAndDeploy -job DataPacksJob.yaml",
"refreshVlocityBase": "vlocity refreshVlocityBase",
"runJavaScript": "vlocity runJavaScript -job DataPacksJob.yaml",
"test": "vlocity runTestJob",
"unitTest": "mocha test/**/**.spec.js",
"build": "pkg . --out-path ./bin"
},
"version": "1.6.3"
}