mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
Since all github-scripts need to be written in commonjs, we now default to it by not setting package.json. Support from editors for .js files is slightly better than .cjs. To still allow using module imports in the test runner script, we trick node into loading the script itself as a module again via `--import ./run`.
10 lines
167 B
JSON
10 lines
167 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"@actions/artifact": "2.3.2",
|
|
"@actions/github": "6.0.1",
|
|
"bottleneck": "2.19.5",
|
|
"commander": "14.0.0"
|
|
}
|
|
}
|