7cb7112ed6
- Remove duplicate 'prepare' key in package.json
- Allow default exports in rslib.config.ts
- Relax noExplicitAny and noNonNullAssertion in test files
- Auto-fix 17 files (imports, formatting)
小橘 🍊(NEKO Team)
20 lines
371 B
JSON
20 lines
371 B
JSON
{
|
|
"name": "nerve",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=22.5.0"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"build": "pnpm -r run build",
|
|
"check": "biome check .",
|
|
"format": "biome format --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.0",
|
|
"@rslib/core": "^0.21.3",
|
|
"husky": "^9.1.7",
|
|
"typescript": "^5.5.0"
|
|
}
|
|
}
|