-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.68 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.68 KB
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
{
"name": "@deployment/scriptManager",
"version": "2.0.5",
"main": "./entrypoint/programmaticAPI",
"bin": {
"scriptManager": "./entrypoint/cli/index.js"
},
"scripts": {
"build": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".buildSourceCode.moduleProject({}, {compile:[/**'./test'*/]})\"",
"buildAndRelease": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".buildAndRelease.moduleProject({})\""
},
"dependencies": {
"@dependency/handleJSNativeDataStructure": "https://github.com/AppScriptIO/handleJSNativeDataStructure#semver:^2.x.x",
"@dependency/handleModuleSystem": "https://github.com/AppScriptIO/handleModuleSystem#semver:^2.x.x",
"@deployment/configurationManagement": "https://github.com/AppScriptIO/configurationManagement#semver:^2.x.x",
"@deployment/javascriptTranspilation": "https://github.com/AppScriptIO/javascriptTranspilation#semver:^2.x.x",
"@deployment/scriptExecution": "https://github.com/AppScriptIO/scriptExecution#semver:^2.x.x",
"child-process-promise": "^2.2.1",
"dockerode": "^2.5.1",
"find-up": "^3.0.0",
"resolve": "^1.8.1",
"rethinkdb": "^2.3.3",
"slash": "^2.0.0",
"upath": "^1.1.0",
"yargs": "^12.0.2"
},
"devDependencies": {
"@deployment/deploymentScript": "https://github.com/AppScriptIO/deploymentScript#semver:^2.x.x",
"@deployment/javascriptStaticAnalysis": "https://github.com/AppScriptIO/javascriptStaticAnalysis#semver:^2.x.x",
"@deployment/javascriptTranspilation": "https://github.com/AppScriptIO/javascriptTranspilation#semver:^2.x.x",
"@deployment/scriptManager": "https://github.com/AppScriptIO/scriptManager#semver:^2.x.x",
"typescript": "^3.3.3333"
}
}