-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 1.29 KB
/
package.json
File metadata and controls
23 lines (23 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@deployment/scriptExecution",
"version": "2.0.1",
"main": "./entrypoint/programmaticAPI",
"scripts": {
"setup": "yarn install --production=false",
"test": "./test/entrypoint.test.js",
"build": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".buildSourceCode.moduleProject({}, {compile:[/**'./test'*/]})\"",
"buildAndRelease": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".buildAndRelease.moduleProject({})\""
},
"dependencies": {
"@deployment/configurationManagement": "http://github.com/AppScriptIO/configurationManagement#semver:^2.x.x",
"@dependency/handleModuleSystem": "http://github.com/AppScriptIO/handleModuleSystem#semver:^2.x.x",
"@dependency/handleFilesystemOperation": "http://github.com/AppScriptIO/handleFilesystemOperation#semver:^2.x.x"
},
"devDependencies": {
"@deployment/deploymentScript": "http://github.com/AppScriptIO/deploymentScript#semver:^2.x.x",
"@deployment/javascriptStaticAnalysis": "http://github.com/AppScriptIO/javascriptStaticAnalysis#semver:^2.x.x",
"@deployment/javascriptTranspilation": "http://github.com/AppScriptIO/javascriptTranspilation#semver:^2.x.x",
"@deployment/scriptManager": "http://github.com/AppScriptIO/scriptManager#semver:^2.x.x",
"typescript": "^3.3.3333"
}
}