gibbon.js
Version:
Actor/Component system for use with pixi.js.
40 lines • 893 B
JSON
{
"name": "gibbon.js",
"version": "3.1.1",
"description": "Actor/Component system for use with pixi.js.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/justin-m-lacy/gibbon.git"
},
"keywords": [
"Component",
"Actor",
"Engine",
"pixi",
"pixi.js",
"Framework",
"Game"
],
"author": "Justin Lacy",
"license": "MIT",
"dependencies": {
"eventemitter3": "^5.0.1",
"pixi.js": "~7.4.0",
"tweedle.js": "^2.1.0"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"eslint": "^8.22.0",
"jest": "28.0",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.8",
"typescript": "^5.3.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"build-types": "rimraf types && tsc --emitDeclarationOnly",
"lint": "eslint -p tsconfig.json"
}
}