mirror of
https://github.com/jlengrand/github-repository-stats-action.git
synced 2026-03-10 08:21:21 +00:00
28 lines
748 B
JSON
28 lines
748 B
JSON
{
|
|
"name": "github-repository-stats-action",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "ncc build index.js --license LICENSE",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jlengrand/github-repository-stats-action.git"
|
|
},
|
|
"author": "",
|
|
"license": "See LICENSE in LICENSE",
|
|
"bugs": {
|
|
"url": "https://github.com/jlengrand/github-repository-stats-action/issues"
|
|
},
|
|
"homepage": "https://github.com/jlengrand/github-repository-stats-action#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.36.1"
|
|
}
|
|
}
|