miaam-ecs
Version:
ECS by and for Miaam
53 lines (52 loc) • 1.46 kB
JSON
{
"name": "miaam-ecs",
"version": "2.1.0",
"description": "ECS by and for Miaam",
"main": "./src/index.js",
"scripts": {
"prepare": "husky install",
"format": "prettier --write .",
"lint": "eslint .",
"lint:staged": "lint-staged --config .lintstagedrc.json",
"dev:webpack:build": "webpack --config ./webpack.dev.config.js",
"dev": "concurrently npm:dev:*",
"test": "mocha",
"test:watch": "mocha --watch || exit 0",
"doc:contrib": "rm -rf ./docs/ && jsdoc -c ./contrib.jsdoc.json -R README.md",
"doc:dev": "rm -rf ./docs/ && jsdoc -c ./dev.jsdoc.json -R README.md",
"doc": "concurrently npm:doc:*"
},
"keywords": [
"Miaam",
"Web",
"JavaScript",
"ECS"
],
"author": "Team Miaam Core",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/eslint-plugin": "^7.13.16",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.4",
"@babel/register": "^7.16.0",
"@pixi/jsdoc-template": "^2.6.0",
"babel-loader": "^8.2.3",
"chai": "^4.3.4",
"concurrently": "^6.4.0",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^3.4.1",
"husky": "^7.0.4",
"jsdoc": "^3.6.7",
"lint-staged": "^12.1.3",
"mocha": "^9.1.3",
"prettier": "^2.4.1",
"source-map-loader": "^3.0.0",
"webpack": "^5.64.3",
"webpack-cli": "^4.9.1"
}
}