mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-03 22:37:49 +00:00
61baa2a3bb
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.24.1 to 8.25.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.25.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
711 B
JSON
33 lines
711 B
JSON
{
|
|
"name": "osc",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Joel Wetzell",
|
|
"email": "me@jwetzell.com",
|
|
"url": "https://jwetzell.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jwetzell/osc-js.git"
|
|
},
|
|
"scripts": {
|
|
"lint:check": "eslint ./",
|
|
"format:check": "prettier ./ --check",
|
|
"format:write": "prettier ./ --write"
|
|
},
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.21.0",
|
|
"eslint": "^9.18.0",
|
|
"eslint-config-prettier": "^10.0.2",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"globals": "^16.0.0",
|
|
"prettier": "3.5.3",
|
|
"typescript-eslint": "^8.25.0"
|
|
}
|
|
}
|