mirror of
https://github.com/PlayableIntelligence/game-creator.git
synced 2026-09-19 07:34:10 +08:00
94a4af6cbb
- Add gallery system (manifest, build script, screenshot capture, telemetry) - Add use-template and quick-game skills - Add giga-simulator example game - Rewrite game-audio skill, update add-audio skill - Remove bundled scripts from templates (iterate-client, validate-architecture, verify-runtime) - Update CLAUDE.md with gallery docs and telemetry section - Update package.json with gallery build/capture scripts - Clean up skill frontmatter across all skills - Fix GLB model typechanges via .gitattributes update Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"devDependencies": {
|
|
"gh-pages": "^6.3.0"
|
|
},
|
|
"name": "game-creator",
|
|
"version": "1.3.0",
|
|
"description": "The game studio for the agent internet. Build, monetize, and ship 2D (Phaser 3) and 3D (Three.js) browser games with one command. QA runs after every step. Monetize with [Play.fun](https://play.fun) (OpenGameProtocol). Works with **40+ AI coding agents** (via `npx skills add`). Share your play.fun URL on [Moltbook](https://www.moltbook.com/).",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"dependencies": {
|
|
"@imgly/background-removal-node": "^1.4.5",
|
|
"@tensorflow/tfjs": "^4.22.0",
|
|
"@tensorflow/tfjs-node": "^4.22.0",
|
|
"@vladmandic/face-api": "^1.7.15",
|
|
"canvas": "^3.2.1",
|
|
"sharp": "^0.34.5"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build:gallery": "node gallery/build.js",
|
|
"capture:thumbnails": "node gallery/capture-screenshots.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/OpusGameLabs/game-creator.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"bugs": {
|
|
"url": "https://github.com/OpusGameLabs/game-creator/issues"
|
|
},
|
|
"homepage": "https://github.com/OpusGameLabs/game-creator#readme"
|
|
}
|