Files
tashow-h5/packages/hooks/package.json
2025-09-05 15:18:10 +08:00

17 lines
293 B
JSON

{
"name": "@workspace/hooks",
"version": "1.0.0",
"main": "./index.ts",
"types": "./index.ts",
"exports": {
".": {
"import": "./index.ts",
"types": "./index.ts"
}
},
"scripts": {
"lint": "eslint src --ext .ts,.tsx",
"type-check": "tsc --noEmit"
}
}