Files
AIHostingTycoon/packages/shared/package.json
T
josh 68540ebcf9
CI / build-and-push (push) Successful in 1m10s
Add Docker and Gitea Actions CI/CD pipeline
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 18:27:07 -04:00

17 lines
321 B
JSON

{
"name": "@ai-tycoon/shared",
"private": true,
"version": "0.0.1",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@ai-tycoon/tsconfig": "workspace:*",
"typescript": "^5.8.0"
}
}