mirror of
https://github.com/jwetzell/free-d-js.git
synced 2026-07-26 10:28:44 +00:00
32 lines
698 B
JSON
32 lines
698 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": "9.18.0",
|
|
"eslint": "8.57.1",
|
|
"eslint-config-prettier": "10.0.1",
|
|
"eslint-plugin-prettier": "5.2.3",
|
|
"globals": "15.14.0",
|
|
"prettier": "3.4.2",
|
|
"typescript-eslint": "8.20.0"
|
|
}
|
|
}
|