mirror of
https://github.com/actions/github-script.git
synced 2025-12-08 08:06:23 +00:00
16 lines
293 B
JSON
16 lines
293 B
JSON
{
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "ncc build src/main.js",
|
|
"precommit": "npm run build && git add dist/"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.1.0",
|
|
"@actions/github": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@zeit/ncc": "^0.20.5"
|
|
}
|
|
}
|