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