Files
jcoffey-dev 6bd960f9ee Point the repository URLs at their new owner
These moved from the Coffey-Labs org to jcoffey-dev, where they belong.
GitHub redirects a transferred repository, so nothing was broken by
leaving them -- but a source link that lands via a redirect is still
naming an owner that no longer holds the code, and the redirect only
lasts as long as nobody creates a repository of the same name in the
old place.

Only the seven repositories that actually moved are rewritten. Every
other Coffey-Labs URL is left alone: ihasmail, cairnobs and the rest
are still there.
2026-09-10 09:34:04 -07:00

39 lines
1004 B
JSON

{
"name": "great-powers",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"test": "vitest run",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@types/node": "^24.13.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.1.0",
"oxlint": "^1.79.0",
"typescript": "~6.0.2",
"vite": "^8.2.2",
"vitest": "^3.2.7"
},
"description": "A browser rebuild of the classic seven-power negotiation game, one human against six computer powers.",
"license": "AGPL-3.0-or-later",
"author": "John Coffey",
"repository": {
"type": "git",
"url": "git+https://github.com/jcoffey-dev/great-powers.git"
},
"homepage": "https://games.jcoffey.dev/powers/",
"bugs": {
"url": "https://github.com/jcoffey-dev/great-powers/issues"
}
}