Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.10.2 to 9.0.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v8.10.2...v9.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "add-and-commit",
|
|
"version": "5.1.0",
|
|
"description": "Add & commit files from a path directly from GitHub Actions",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "npm run inputs && ncc build src/main.ts --minify --out lib",
|
|
"watch": "ncc build src/main.ts --watch --out lib",
|
|
"all-contributors-badge": "ts-node scripts/all-contributors-badge",
|
|
"changelog": "ts-node scripts/changelog.ts",
|
|
"inputs": "ts-node scripts/inputs.ts",
|
|
"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.2.6",
|
|
"axios": "^0.19.2",
|
|
"simple-git": "^2.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.12.54",
|
|
"@types/yamljs": "^0.2.31",
|
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
"@typescript-eslint/parser": "^2.34.0",
|
|
"@vercel/ncc": "^0.23.0",
|
|
"all-contributors-cli": "^6.17.2",
|
|
"eslint": "^6.8.0",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.0.2",
|
|
"yamljs": "^0.3.0"
|
|
}
|
|
}
|