-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 2.96 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 2.96 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@service/serviceDynamicContent",
"main": "./entrypoint/programmaticAPI",
"version": "2.1.9",
"scripts": {
"test": "yarn run scriptManager @deployment/deploymentScript \".test.default({ testPath: ['./test'] })\"",
"test-inspect": "export NODE_OPTIONS='--inspect-brk' && yarn run scriptManager @deployment/deploymentScript \".test.default({ testPath: ['./test'], shouldDebugger: true, shouldCompileTest: true })\"",
"exportGraphData": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".graphDataLoading.exportAllGraphData({targetPath: './temporary/resource',fileName: 'data.graph.json'})\"",
"exportSubgraphData": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".graphDataLoading.exportSubgraphData({subgraphEntryNodeKeyList: ['293097b9-3522-4f2b-b557-8380ff3e96e3'], targetPath: './temporary/resource',fileName: 'assetContentDelivery.graph.json'})\"",
"loadGraphData": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".graphDataLoading.loadGraphDataFromFile({ shouldClearDatabase: true, graphDataFilePath: './temporary/resource/data.graph.json' })\"",
"build": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".buildSourceCode.moduleProject({}, {compile:[/**'./test'*/]})\"",
"buildAndRelease": "yarn run scriptManager shouldCompileScript=true @deployment/deploymentScript \".buildAndRelease.moduleProject({})\""
},
"flat": false,
"private": true,
"dependencies": {
"@babel/core": "*",
"@dependency/graphTraversal": "https://github.com/AppScriptIO/graphTraversal#semver:^4.x.x",
"@dependency/graphTraversal-implementation": "https://github.com/AppScriptIO/graphTraversal-implementation#semver:^4.x.x",
"@dependency/handleJSNativeDataStructure": "https://github.com/AppScriptIO/handleJSNativeDataStructure#semver:^2.x.x",
"@dependency/namedCurry": "https://github.com/AppScriptIO/namedCurry#semver:^1.x.x",
"@deployment/javascriptTranspilation": "https://github.com/AppScriptIO/javascriptTranspilation#semver:^2.x.x",
"co-body": "*",
"etag": "^1.8.1",
"koa": "*",
"koa-bodyparser": "^4.2.1",
"koa-compress": "*",
"koa-helmet": "*",
"koa-json-error": "*",
"koa-logger": "*",
"koa-response-time": "*",
"koa-sendfile": "*",
"koa-sslify": "*",
"koa-views": "*",
"moment": "*",
"multistream": "*",
"openid-client": "*",
"promise-events": "*",
"ramda": "^0.26.1",
"underscore": "*",
"useragent": "*"
},
"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",
"loadtest": "^4.1.0",
"typescript": "^3.3.3333",
"user-agents": "^1.0.469"
}
}