actions-package-update
Version:
GitHub Action for package.json update.
103 lines (102 loc) • 2.61 kB
JSON
{
"name": "actions-package-update",
"version": "0.11.0",
"description": "GitHub Action for package.json update.",
"keywords": [
"github-actions",
"npm",
"pr",
"pull-request",
"update",
"yarn",
"yarnpkg"
],
"homepage": "https://github.com/taichi/actions-package-update",
"repository": {
"type": "git",
"url": "https://github.com/taichi/actions-package-update.git"
},
"license": "MIT",
"author": "taichi",
"bin": "bin/main.js",
"scripts": {
"build": "run-s clean lint test bundle",
"bundle": "parcel build src/index.ts --target=node --global main --no-source-maps",
"clean": "rm -r -f dist",
"clean:all": "rm -r -f dist .cache",
"compile": "tsc --project .",
"lint": "tslint --project .",
"prepublish": "run-s clean:all lint test bundle",
"test": "ava",
"watch": "ava -w"
},
"dependencies": {
"@octokit/rest": "^18.0.12",
"@pnpm/read-modules-dir": "^2.0.3",
"cli-table3": "^0.6.0",
"convict": "^6.0.0",
"convict-format-with-validator": "^6.0.0",
"dotenv": "^8.2.0",
"execa": "^5.0.0",
"git-url-parse": "^11.4.0",
"glob": "^7.1.6",
"moment": "^2.29.1",
"pino": "^6.7.0",
"pino-pretty": "^4.3.0",
"read-package-json": "^3.0.0",
"sha.js": "^2.4.11"
},
"devDependencies": {
"@types/convict": "^5.2.1",
"@types/dotenv": "^8.2.0",
"@types/git-url-parse": "^9.0.0",
"@types/node": "^14.14.11",
"@types/pino": "^6.3.4",
"@types/prettier": "^2.1.5",
"@types/sha.js": "^2.4.0",
"@types/source-map-support": "^0.5.3",
"ava": "^3.14.0",
"cash-cp": "^0.2.0",
"cash-rm": "^0.2.0",
"cross-env": "^7.0.3",
"npm-check-updates": "^10.2.3",
"npm-run-all": "^4.1.5",
"parcel": "^1.12.4",
"prettier": "^2.2.1",
"sort-package-json": "^1.48.0",
"source-map-support": "^0.5.19",
"strip-ansi": "^6.0.0",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.9.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-plugin-prettier": "^2.3.0",
"typescript": "^4.1.2",
"typescript-tslint-plugin": "^1.0.0",
"typesync": "^0.8.0"
},
"resolutions": {
"minimist": "^1.2.5",
"acorn": "7.1.1",
"kind-of": "6.0.3",
"serialize-to-js": "3.0.1"
},
"engines": {
"node": ">=10"
},
"preferGlobal": true,
"ava": {
"extensions": [
"ts"
],
"require": [
"ts-node/register",
"tsconfig-paths/register"
],
"files": [
"test/**/*.test.ts"
],
"verbose": true
}
}