Files
Horux360/packages/shared/package.json
Consultoria AS 830e98625d feat: add shared package with types and constants
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 01:48:57 +00:00

15 lines
262 B
JSON

{
"name": "@horux/shared",
"version": "0.0.1",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"lint": "eslint src/",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"typescript": "^5.3.0"
}
}