|
1 | | -{ |
2 | | - "name": "@dependency/entity", |
3 | | - "version": "1.0.7", |
4 | | - "main": "./entrypoint/programmaticAPI", |
5 | | - "scripts": { |
6 | | - "buildAndRelease": "yarn run scriptManager shouldCompileScript=true JSProject/buildAndRelease \".moduleProject({})\"" |
7 | | - }, |
8 | | - "dependencies": { |
9 | | - "@dependency/multiplePrototypeDelegation": "https://github.com/AppScriptIO/multiplePrototypeDelegation#semver:^1.x.x", |
10 | | - "lodash": "^4.17.11" |
11 | | - }, |
12 | | - "devDependencies": { |
13 | | - "@dependency/deploymentScript": "https://github.com/AppScriptIO/deploymentScript#semver:^1.x.x", |
14 | | - "@dependency/javascriptStaticAnalysis": "https://github.com/AppScriptIO/javascriptStaticAnalysis#semver:^1.x.x", |
15 | | - "@dependency/javascriptTranspilation": "https://github.com/AppScriptIO/javascriptTranspilation#semver:^1.x.x", |
16 | | - "@dependency/scriptManager": "https://github.com/AppScriptIO/scriptManager#semver:^1.x.x", |
17 | | - "typescript": "^3.3.3333" |
18 | | - } |
19 | | -} |
| 1 | +{ |
| 2 | + "name": "@dependency/entity", |
| 3 | + "version": "1.0.8", |
| 4 | + "main": "./entrypoint/programmaticAPI", |
| 5 | + "scripts": { |
| 6 | + "buildAndRelease": "yarn run scriptManager shouldCompileScript=true JSProject/buildAndRelease \".moduleProject({})\"" |
| 7 | + }, |
| 8 | + "dependencies": { |
| 9 | + "@dependency/multiplePrototypeDelegation": "https://github.com/AppScriptIO/multiplePrototypeDelegation#semver:^1.x.x", |
| 10 | + "lodash": "^4.17.11" |
| 11 | + }, |
| 12 | + "devDependencies": { |
| 13 | + "@dependency/deploymentScript": "https://github.com/AppScriptIO/deploymentScript#semver:^1.x.x", |
| 14 | + "@dependency/javascriptStaticAnalysis": "https://github.com/AppScriptIO/javascriptStaticAnalysis#semver:^1.x.x", |
| 15 | + "@dependency/javascriptTranspilation": "https://github.com/AppScriptIO/javascriptTranspilation#semver:^1.x.x", |
| 16 | + "@dependency/scriptManager": "https://github.com/AppScriptIO/scriptManager#semver:^1.x.x", |
| 17 | + "typescript": "^3.3.3333" |
| 18 | + } |
| 19 | +} |
0 commit comments