bolt.new/package.json

35 lines
843 B
JSON

{
"private": true,
"license": "MIT",
"packageManager": "pnpm@9.4.0",
"scripts": {
"playground:dev": "pnpm run --filter=playground dev",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"lint:fix": "npm run lint -- --fix",
"build": "pnpm run -r build",
"test": "pnpm run -r test",
"typecheck": "pnpm run -r typecheck"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"engines": {
"node": "20.15.1",
"pnpm": "9.4.0"
},
"devDependencies": {
"@blitz/eslint-plugin": "0.1.0",
"@commitlint/config-conventional": "^19.2.2",
"commitlint": "^19.3.0",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"prettier": "^3.3.2",
"vitest": "^2.0.1"
},
"resolutions": {
"@typescript-eslint/utils": "^8.0.0-alpha.30"
}
}