feat: init
This commit is contained in:
16
packages/hooks/package.json
Normal file
16
packages/hooks/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user