You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
426 B
JSON
18 lines
426 B
JSON
{
|
|
"name": "task-whatsapp",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"typecheck:web": "cd apps/web && bunx svelte-kit sync && bunx tsc --noEmit --pretty false",
|
|
"typecheck:core": "bunx tsc -p tsconfig.core.json --noEmit --pretty false"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"bun-types": "^1.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|