mirror of
https://github.com/jwetzell/free-d-js.git
synced 2026-08-06 15:53:42 +00:00
78054d0e06
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 10.0.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v8.57.1...v10.0.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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": "9.38.0",
|
|
"eslint": "10.0.2",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-prettier": "5.5.4",
|
|
"globals": "17.3.0",
|
|
"prettier": "3.8.1",
|
|
"typescript-eslint": "8.56.0"
|
|
}
|
|
}
|