mirror of
https://github.com/jwetzell/free-d-js.git
synced 2026-07-26 10:28:44 +00:00
7618f0fb4a
Bump typescript-eslint from 8.59.0 to 8.59.1
32 lines
697 B
JSON
32 lines
697 B
JSON
{
|
|
"name": "free-d",
|
|
"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/free-d-js.git"
|
|
},
|
|
"scripts": {
|
|
"lint:check": "eslint ./",
|
|
"format:check": "prettier ./ --check",
|
|
"format:write": "prettier ./ --write"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@eslint/js": "10.0.1",
|
|
"eslint": "10.3.0",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-prettier": "5.5.5",
|
|
"globals": "17.6.0",
|
|
"prettier": "3.8.3",
|
|
"typescript-eslint": "8.59.1"
|
|
}
|
|
}
|