-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
20 lines (20 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "@deployment/appDeploymentLifecycle",
"version": "1.1.0",
"main": "./",
"scripts": {
"provisionOS": "powershell.exe -executionpolicy bypass -file ./entrypoint/setup.ps1 # NOTE: sudo doesn't have all global executables (e.g. powershell.exe)",
"buildAndRelease": "echo '• Attention ! This repository is not meant to be build, as it is used as a script through modules that transpile it on runtime (e.g. `scriptManager`)' >&2"
},
"dependencies": {
"@dependency/handleFilesystemOperation": "https://github.com/AppScriptIO/handleFilesystemOperation#semver:^2.x.x",
"@deployment/deploymentProvisioning": "https://github.com/AppScriptIO/deploymentProvisioning#semver:^2.x.x"
},
"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"
}
}