-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.51 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
{
"name": "@dependency/handleFilesystemOperation",
"version": "2.0.11",
"main": "./entrypoint/programmaticAPI",
"scripts": {
"installPeer": "yarn workspaces run install # always install workspaces, even as a when this module is used as a dependency",
"upgrade": "echo '• Upgrading also workspaces'; yarn workspaces run upgrade",
"buildAndRelease": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".buildAndRelease.moduleProject({})\"",
"build": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".buildSourceCode.moduleProject({}, {compile:[/**'./test'*/]})\""
},
"workspaces": [
"./packageManager/*"
],
"private": true,
"peerDependencies": {
"rsync": "*"
},
"dependencies": {
"@deployment/deploymentProvisioning": "https://github.com/AppScriptIO/deploymentProvisioning#semver:^2.x.x",
"glob": "^7.1.6",
"glob-stream": "^6.1.0",
"globby": "^11.0.0",
"gulp-plumber": "*",
"gulp-size": "*",
"mkdirp": "*",
"rsync": "*",
"slash": "^3.0.0",
"upath": "^1.2.0",
"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/javascriptTranspilation": "https://github.com/AppScriptIO/javascriptTranspilation#semver:^2.x.x",
"@deployment/scriptManager": "https://github.com/AppScriptIO/scriptManager#semver:^2.x.x",
"typescript": "*"
}
}