17 lines
293 B
JSON
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"
|
|
}
|
|
}
|