mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-23 14:47:31 -04:00
13 lines
242 B
JSON
13 lines
242 B
JSON
{
|
|
"name": "buildkite-pipelines",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/node": "^20.6.0",
|
|
"bun-types": "latest",
|
|
"yaml": "^2.3.2"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|