mirror of
https://github.com/jwetzell/osc-js.git
synced 2026-08-04 23:07:50 +00:00
35141f3e5b
Bump @eslint/js from 9.39.1 to 9.39.2
33 lines
705 B
JSON
33 lines
705 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.39.2",
|
|
"eslint": "9.18.0",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-prettier": "5.5.4",
|
|
"globals": "16.5.0",
|
|
"prettier": "3.7.4",
|
|
"typescript-eslint": "8.50.0"
|
|
}
|
|
}
|