mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-27 12:11:14 +00:00
19 lines
448 B
JSON
19 lines
448 B
JSON
{
|
|||
|
|
"name": "@repo/funnel",
|
||
|
|
"private": true,
|
||
|
|
"type": "module",
|
||
|
|
"exports": {
|
||
|
|
".": "./src/index.ts"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"lint": "eslint . --config ../../packages/config/eslint/base.mjs --max-warnings 0",
|
||
|
|
"lint:fix": "eslint . --config ../../packages/config/eslint/base.mjs --fix",
|
||
|
|
"check-types": "tsc --noEmit"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^24.12.4",
|
||
|
|
"eslint": "^10.2.1",
|
||
|
|
"typescript": "^6.0.3"
|
||
|
|
}
|
||
|
|
}
|