mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
37 lines
679 B
JSON
37 lines
679 B
JSON
{
|
|
"name": "ci-parallel-vars",
|
|
"version": "1.0.1",
|
|
"description": "Get CI environment variables for parallelizing builds",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/jamiebuilds/ci-parallel-vars",
|
|
"author": "Jamie Kyle <me@thejameskyle.com>",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"ci",
|
|
"env",
|
|
"vars",
|
|
"index",
|
|
"total",
|
|
"parallel",
|
|
"builds",
|
|
"tests",
|
|
"travis",
|
|
"circle",
|
|
"buildkite",
|
|
"bitbucket",
|
|
"pipelines",
|
|
"knapsack"
|
|
],
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "ava"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.25.0",
|
|
"flow-bin": "^0.73.0",
|
|
"spawndamnit": "^2.0.0"
|
|
}
|
|
}
|