21 lines
350 B
JSON
21 lines
350 B
JSON
{
|
|
"name": "apios",
|
|
"private": true,
|
|
"type": "module",
|
|
"license": "UNLICENSED",
|
|
"imports": {
|
|
"#/*": {
|
|
"types": "./dist/*.d.ts",
|
|
"import": "./dist/*.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"watch": "pnpm exec tsc --build --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@effect/language-service": "^0.86.2",
|
|
"@types/node": "^24",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|