mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-23 17:22:01 +00:00
e214b0676c
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.29.0 to 0.36.1. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](https://github.com/vercel/ncc/compare/0.29.0...0.36.1) --- updated-dependencies: - dependency-name: "@vercel/ncc" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "wrapper-validation-action",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Gradle Wrapper Validation Action",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write **/*.ts",
|
|
"format-check": "prettier --check **/*.ts",
|
|
"lint": "eslint src/**/*.ts",
|
|
"pack": "ncc build",
|
|
"test": "jest",
|
|
"all": "npm run build && npm run format && npm run lint && npm run pack && npm test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gradle/wrapper-validation-action.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"node",
|
|
"setup"
|
|
],
|
|
"author": "Gradle Inc.",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "1.10.0",
|
|
"typed-rest-client": "1.8.9",
|
|
"unhomoglyph": "1.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "16.11.21",
|
|
"@typescript-eslint/parser": "5.53.0",
|
|
"@vercel/ncc": "0.36.1",
|
|
"eslint": "8.35.0",
|
|
"eslint-plugin-github": "4.6.1",
|
|
"eslint-plugin-jest": "27.2.1",
|
|
"glob-parent": "6.0.2",
|
|
"jest": "27.0.6",
|
|
"js-yaml": "4.1.0",
|
|
"nock": "13.3.0",
|
|
"prettier": "2.8.4",
|
|
"ts-jest": "27.0.4",
|
|
"typescript": "4.5.4"
|
|
}
|
|
}
|