41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "add-and-commit",
|
|
"version": "4.0.1",
|
|
"description": "Add & commit files from a path directly from GitHub Actions",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "npm i && ncc build src/main.ts --minify --out lib",
|
|
"watch": "ncc build src/main.ts --watch --out lib",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/EndBug/add-and-commit.git"
|
|
},
|
|
"keywords": [
|
|
"github",
|
|
"action",
|
|
"version",
|
|
"npm",
|
|
"node"
|
|
],
|
|
"author": "Federico Grandi <fgrandi30@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/EndBug/add-and-commit/issues"
|
|
},
|
|
"homepage": "https://github.com/EndBug/add-and-commit#readme",
|
|
"dependencies": {
|
|
"@actions/core": "^1.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.7.12",
|
|
"@types/shelljs": "^0.8.6",
|
|
"@typescript-eslint/eslint-plugin": "^2.12.0",
|
|
"@typescript-eslint/parser": "^2.12.0",
|
|
"@zeit/ncc": "^0.21.1",
|
|
"eslint": "^6.8.0",
|
|
"typescript": "^3.6.4"
|
|
}
|
|
}
|