-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.25 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.25 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
{
"name": "elastic-charts-buildkite",
"version": "1.0.0",
"private": true,
"scripts": {
"build:bk:types": "ts-node scripts/get_buildkite_types.ts",
"build:release-site": "ts-node scripts/build_release_site.ts",
"postinstall": "yarn build:bk:types",
"build:pipeline": "ts-node pipelines/pull_request/pipeline.ts",
"print:pipeline": "yarn -s build:bk:types && TEST_BK_PIPELINE=true ts-node -r dotenv/config pipelines/pull_request/pipeline.ts",
"run:script": "ts-node -r dotenv/config ",
"run:script:top": "cd ../ && DOTENV_CONFIG_PATH=.buildkite/.env ts-node -r dotenv/config ",
"typecheck": "tsc -p ./tsconfig.json --noEmit"
},
"dependencies": {
"@octokit/auth-app": "^3.6.1",
"@octokit/plugin-retry": "^3.0.9",
"@octokit/rest": "^18.12.0",
"@types/gh-pages": "^3.2.1",
"@types/targz": "^1.0.1",
"@types/tmp": "^0.2.3",
"axios": "^1.8.2",
"buildkite-agent-node": "^0.0.11-pre.2",
"gh-pages": "^5.0.0",
"json-schema-to-typescript": "15.0.4",
"minimatch": "^9.0.4",
"targz": "^1.0.1",
"tmp": "^0.2.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"utility-types": "^3.10.0"
},
"devDependencies": {
"dotenv": "^16.0.0",
"nodejs-file-downloader": "^4.9.3"
}
}