mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-03 06:17:52 +00:00
e0278161f0
Bump @eslint/js from 9.26.0 to 9.27.0
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.27.0",
|
|
"eslint": "^9.18.0",
|
|
"eslint-config-prettier": "^10.1.5",
|
|
"eslint-plugin-prettier": "^5.4.0",
|
|
"globals": "^16.1.0",
|
|
"prettier": "3.5.3",
|
|
"typescript-eslint": "^8.32.1"
|
|
}
|
|
}
|