{
  "name": "kaba",
  "version": "9.0.2",
  "description": "Build system which is used internally by Becklyn Studios.",
  "license": "BSD-3-Clause",
  "homepage": "https://github.com/Becklyn/kaba",
  "repository": {
    "type": "git",
    "url": "https://github.com/Becklyn/kaba.git"
  },
  "main": "src/Kaba.js",
  "bin": {
    "kaba": "bin/run.js"
  },
  "scripts": {
    "build": "node_modules/.bin/tsc --noEmitOnError --noErrorTruncation --listEmittedFiles --pretty --noUnusedLocals && chmod +x bin/run.js",
    "dev": "node_modules/.bin/tsc --noEmitOnError --noErrorTruncation --listEmittedFiles --pretty --watch",
    "prepublishOnly": "npm run-script build",
    "test": "npm run-script build"
  },
  "optionalDependencies": {},
  "dependencies": {
    "@babel/core": "^7.9.0",
    "@becklyn/typescript-error-formatter": "^1.0.4",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.1.0",
    "clean-webpack-plugin": "^3.0.0",
    "core-js": "^3.6.5",
    "duplicate-package-checker-webpack-plugin": "^3.0.0",
    "eslint": "^6.8.0",
    "eslint-loader": "^4.0.0",
    "eslint-plugin-jsdoc": "^23.0.0",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-react-hooks": "^3.0.0",
    "fs-extra": "^9.0.0",
    "kaba-babel-preset": "^4.1.2",
    "kleur": "^3.0.3",
    "postcss-loader": "^3.0.0",
    "pretty-hrtime": "^1.0.3",
    "progress-bar-webpack-plugin": "^2.1.0",
    "raw-loader": "^4.0.1",
    "sade": "^1.7.3",
    "style-loader": "^1.1.4",
    "terser-webpack-plugin": "^2.3.5",
    "ts-loader": "^7.0.0",
    "typescript": "^3.8.3",
    "webpack": "^4.42.1"
  },
  "devDependencies": {
    "@types/terser-webpack-plugin": "^2.2.0",
    "ava": "^3.7.0",
    "esm": "^3.2.25",
    "execa": "^4.0.0",
    "kaba-scss": "^3.3.7",
    "webpack-bundle-analyzer": "^3.7.0"
  },
  "engines": {
    "node": ">= 12.0"
  },
  "ava": {
    "files": [
      "tests/*.js"
    ],
    "require": [
      "esm"
    ]
  }
}
