UNPKG

@willyuum/pixi-gameobject-system

Version:
47 lines (46 loc) 1 kB
{ "name": "@willyuum/pixi-gameobject-system", "version": "1.0.3", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/WillYuum/pixi-gameobject-system.git" }, "publishConfig": { "access": "public" }, "module": "dist/index.js", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build" }, "keywords": [ "pixi", "gameobject", "component" ], "author": "WillYuum", "license": "MIT", "description": "", "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^12.0.1", "@types/node": "^22.13.11", "semantic-release": "^24.2.3", "typescript": "^5.8.2" }, "peerDependencies": { "pixi.js": "^8.9.0" } }