phaser3-rex-plugins-types
Version:
[](https://www.npmjs.com/package/phaser3-rex-plugins-types) [](https://github.com/prettier/prettier) [![B
34 lines (33 loc) • 840 B
JSON
{
"name": "phaser3-rex-plugins-types",
"version": "0.2.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prettier-ci": "prettier -c \"**/*.ts\"",
"prettier": "prettier -w -c **/*.ts && onchange \"**/*.ts\" -- prettier --write --ignore-unknown {{changed}}",
"dev": "tsc --watch"
},
"author": "Bulat Khasanov",
"repository": {
"type": "git",
"url": "https://github.com/khasanovbi/phaser3-rex-plugins-types"
},
"keywords": [
"phaser3",
"phaser3-rex-plugins"
],
"license": "MIT",
"devDependencies": {
"onchange": "^7.1.0",
"phaser3-rex-plugins": "^1.1.39",
"prettier": "^2.2.1",
"typescript": "^4.2.2"
},
"dependencies": {
"@types/webfontloader": "*",
"eventemitter3": "*",
"phaser": "*"
}
}