{
"name": "@toddledev/search",
"description": "Used for searching and reporting linting problems in toddle projects.",
"type": "module",
"license": "Apache-2.0",
"dependencies": {
"@toddledev/ssr": "0.0.25"
},
"scripts": {
"build": "tsc",
"npm-publish": "bun run build && bun publish --access public",
"typecheck": "tsc --noEmit",
"watch": "tsc -w",
"test": "bun test",
"test:watch": "bun test --watch",
"test:watch:only": "bun test --watch --only"
},
"files": ["dist", "src"],
"version": "0.0.25"
}
