-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 2.65 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
{
"name": "@deployment/buildTool",
"version": "2.3.6",
"main": "./entrypoint/programmaticAPI",
"scripts": {
"exportGraphData": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".graphDataLoading.exportAllGraphData({targetPath: './resource',fileName: 'taskSequence.graph.json'})\"",
"loadGraphData": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".graphDataLoading.loadGraphDataFromFile({ shouldClearDatabase: true, graphDataFilePath: './resource/taskSequence.graph.json' })\"",
"build-usingItself": "yarn run scriptManager shouldCompileScript=true ./buildSourceCode \".moduleProject({}, {compile: [ /**'./test'*/ ]})\"",
"build": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".buildSourceCode.moduleProject({}, {compile:[/**'./test'*/]})\"",
"buildAndRelease": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".buildAndRelease.moduleProject({})\""
},
"dependencies": {
"@dependency/fragmentIndentationObjectStream": "https://github.com/AppScriptIO/fragmentIndentationObjectStream#semver:^1.x.x",
"@dependency/graphTraversal": "https://github.com/AppScriptIO/graphTraversal#semver:4.x.x",
"@dependency/graphTraversal-implementation": "https://github.com/AppScriptIO/graphTraversal-implementation#semver:4.x.x",
"@dependency/handleFilesystemOperation": "https://github.com/AppScriptIO/handleFilesystemOperation#semver:^2.x.x",
"@deployment/deploymentProvisioning": "https://github.com/AppScriptIO/deploymentProvisioning#semver:^2.x.x",
"@deployment/javascriptTranspilation": "https://github.com/AppScriptIO/javascriptTranspilation#semver:^2.x.x",
"command-exists": "*",
"css-slam": "*",
"fs-extra": "*",
"glob": "*",
"glob-stream": "*",
"globby": "*",
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-babel": "*",
"gulp-clean-css": "*",
"gulp-concat": "*",
"gulp-debug": "*",
"gulp-htmlmin": "*",
"gulp-if": "*",
"gulp-jsonminify": "*",
"gulp-load-plugins": "*",
"gulp-plumber": "*",
"gulp-rsync": "*",
"gulp-size": "*",
"gulp-sourcemaps": "*",
"gulp-tap": "*",
"gulp-uglify": "*",
"html-minifier": "*",
"merge-stream": "*",
"mkdirp": "*",
"polymer-build": "*",
"rimraf": "*",
"rsync": "*",
"sw-precache": "*",
"type-of-is": "*",
"vinyl-fs": "*"
},
"devDependencies": {
"@deployment/deploymentScript": "https://github.com/AppScriptIO/deploymentScript#semver:^2.x.x",
"@deployment/javascriptStaticAnalysis": "https://github.com/AppScriptIO/javascriptStaticAnalysis#semver:^2.x.x",
"@deployment/scriptManager": "https://github.com/AppScriptIO/scriptManager#semver:^2.x.x",
"typescript": "*"
}
}