sandbox/package.json
dependabot[bot] e6a26beaea
build(deps-dev): bump @types/node from 20.14.9 to 20.14.11
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.9 to 20.14.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 02:05:06 +00:00

35 lines
878 B
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@revi/scripts",
"private": true,
"devDependencies": {
"@revi/eslint-config": "./npm/eslint-config",
"@revi/prettier-config": "./npm/prettier-config",
"@types/node": "20.14.11",
"csslint": "1.0.5",
"eslint": "9.6.0",
"eslint-config-wikimedia": "0.28.2",
"jshint": "2.13.6",
"prettier": "3.3.2",
"typescript": "5.5.3"
},
"scripts": {
"eslint": "eslint",
"lint:renovate": "renovate-config-validator",
"p:c": "prettier --check",
"p:w": "prettier --write"
},
"prettier": "@revi/prettier-config",
"workspaces": [
"npm/eslint-config",
"npm/prettier-config"
],
"author": {
"name": "Yongmin Hong",
"url": "https://revi.xyz",
"email": "package-admin@revi.dev"
},
"optionalDependencies": {
"renovate": "^37.421.0"
}
}