phaser3-flex
Version:
Flex containers for Phaser
36 lines • 946 B
JSON
{
"name": "phaser3-flex",
"version": "0.1.1",
"description": "Flex containers for Phaser",
"module": "dist/flex.js",
"browser": "dist/flex.min.js",
"type": "module",
"types": "./dist/index.d.ts",
"scripts": {
"build": "npm run test && npm run types && node ./scripts/build.js",
"dev": "node ./scripts/dev.js",
"docs": "typedoc src/index.ts",
"checktypes": "tsc --noemit",
"types": "tsc --declaration --emitDeclarationOnly --declarationDir ./dist",
"test": "npm run checktypes && node ./scripts/buildtest.js && node ./test/test.js"
},
"keywords": [
"phaser",
"phaser3",
"ui",
"hud",
"flexbox"
],
"repository": {
"type": "git",
"url": "https://github.com/jjcapellan/phaser3-flex"
},
"author": "Juan Jose Capellan",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.17.19",
"phaser": "^3.70.0",
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
}
}