{
  "name": "dot-map-renderer",
  "version": "0.0.9",
  "devDependencies": {
    "@babel/core": "^7.17.9",
    "@babel/preset-env": "^7.16.11",
    "@pixi/eslint-config": "^3.0.0",
    "@types/jest": "^27.4.1",
    "babel-loader": "^8.2.4",
    "clean-webpack-plugin": "^4.0.0",
    "eslint": "^8.11.0",
    "eslint-plugin-storybook": "^0.5.9",
    "husky": "^7.0.4",
    "jest": "^27.5.1",
    "lint-staged": "^12.3.8",
    "rimraf": "^3.0.2",
    "terser": "^3.14.1",
    "ts-jest": "^27.1.4",
    "ts-loader": "^9.2.6",
    "tsconfig-paths-webpack-plugin": "^3.5.2",
    "typescript": "^4.5.2",
    "webpack": "^5.64.4",
    "webpack-cli": "^4.9.1",
    "webpack-dev-server": "^4.6.0",
    "workspaces-run": "^1.0.1"
  },
  "workspaces": [
    "packages/*"
  ],
  "keywords": [
    "map",
    "dot",
    "world"
  ],
  "author": "moretall",
  "scripts": {
    "start:dev": "webpack -w",
    "lint": "eslint packages --ext .ts",
    "lint:fix": "eslint --fix packages --ext .ts",
    "build": "webpack && npm run types",
    "publish": "npm publish --access=public",
    "publish:all": "npm publish -w ./packages/",
    "types": "tsc bundles/src/index.ts --declaration --emitDeclarationOnly --resolveJsonModule --outdir ./bundles/dist --esModuleInterop --target es6 --moduleResolution node",
    "patch:all": "npm version patch -w ./packages/ && npm version",
    "version": "ts-node scripts/fixPeerVersions.ts",
    "prepare": "husky install",
    "test": "jest",
    "test:dev": "jest --watch"
  },
  "main": "./bundles/dist/umd/bundle.js",
  "types": "./bundles/dist/index.d.ts",
  "lint-staged": {
    "*.ts": "eslint --cache --fix"
  }
}
