c1cc70eeb9
Full rebrand: UI display text, package scope (@ai-tycoon/* -> @token-empire/*), localStorage keys, Docker/CI image paths, database names, and documentation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"name": "@token-empire/shared",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@token-empire/tsconfig": "workspace:*",
|
|
"typescript": "^5.8.0"
|
|
}
|
|
}
|