mise-action/package.json
dependabot[bot] 4393fa1b83
Bump @tsconfig/node16 from 1.0.3 to 1.0.4 (#75)
Bumps [@tsconfig/node16](https://github.com/tsconfig/bases/tree/HEAD/bases) from 1.0.3 to 1.0.4.
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

---
updated-dependencies:
- dependency-name: "@tsconfig/node16"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-15 11:31:52 +00:00

49 lines
1.3 KiB
JSON

{
"name": "rtx-action",
"version": "1.1.1",
"private": true,
"description": "rtx tool setup action",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt && ncc build -o dist/cache-save lib/cache-save.js --source-map",
"test": "jest",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jdxcode/rtx-action.git"
},
"keywords": [
"actions",
"rtx",
"setup"
],
"author": "",
"license": "MIT",
"dependencies": {
"@actions/cache": "^3.2.1",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.4",
"@types/node": "^20.1.4",
"@typescript-eslint/parser": "^5.59.2",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.40.0",
"eslint-plugin-github": "^4.7.0",
"eslint-plugin-jest": "^27.2.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"js-yaml": "^4.1.0",
"prettier": "2.8.8",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
}
}