botAgentHub / packages /shared /package.json
anand0x's picture
feat: init hf deploy
274aa98 unverified
Raw
History Blame Contribute Delete
400 Bytes
{
"name": "@bot-agent-hub/shared",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"lint": "echo \"No lint for shared\"",
"test": "echo \"No tests for shared\""
},
"devDependencies": {
"typescript": "^5.9.3"
}
}