{
  "name": "casterly",
  "version": "0.8.0",
  "description": "CLI for Casterly",
  "author": "Lucas Cordeiro <ecdb.lucas@gmail.com>",
  "homepage": "https://github.com/lucasecdb/casterly#readme",
  "license": "MIT",
  "bin": {
    "casterly": "./bin/casterly-bin.js"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib",
    "bin",
    "*.js",
    "*.d.ts"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lucasecdb/casterly.git",
    "directory": "packages/casterly"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "clean": "rimraf lib",
    "ts": "tsc -b",
    "build": "yarn clean && yarn ts",
    "dev": "tsc -b --watch --preserveWatchOutput",
    "prepublishOnly": "yarn build"
  },
  "bugs": {
    "url": "https://github.com/lucasecdb/casterly/issues"
  },
  "dependencies": {
    "@babel/core": "^7.12.10",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-destructuring": "^7.13.17",
    "@babel/plugin-transform-runtime": "^7.13.15",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-react": "^7.13.13",
    "@babel/preset-typescript": "^7.12.7",
    "@casterly/utils": "^0.8.0",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
    "babel-core": "^7.0.0-bridge.0",
    "babel-loader": "^8.0.6",
    "bfj": "^7.0.1",
    "case-sensitive-paths-webpack-plugin": "^2.4.0",
    "chalk": "^4.1.0",
    "cors": "^2.8.5",
    "css-loader": "^5.2.4",
    "css-minimizer-webpack-plugin": "^2.0.0",
    "dotenv": "^8.2.0",
    "dotenv-expand": "^5.1.0",
    "esbuild-loader": "^2.12.0",
    "express": "^4.17.1",
    "fibers": "^5.0.0",
    "filesize": "^6.1.0",
    "fork-ts-checker-webpack-plugin": "^6.2.1",
    "fs-extra": "^9.0.1",
    "gzip-size": "^6.0.0",
    "ignore-loader": "^0.1.2",
    "json5": "^2.1.3",
    "mini-css-extract-plugin": "^1.5.0",
    "nanoid": "^3.1.16",
    "postcss": "^8.2.10",
    "postcss-flexbugs-fixes": "^5.0.1",
    "postcss-loader": "^5.2.0",
    "postcss-preset-env": "^6.7.0",
    "postcss-safe-parser": "^5.0.0",
    "react-refresh": "^0.10.0",
    "recursive-readdir": "^2.2.2",
    "resolve": "^1.18.1",
    "sass": "^1.32.11",
    "sass-loader": "^11.0.1",
    "semver": "^7.3.2",
    "strip-ansi": "^6.0.0",
    "terser-webpack-plugin": "^5.1.1",
    "unistore": "^3.5.2",
    "webpack": "^5.35.0",
    "webpack-hot-middleware": "^2.25.0"
  },
  "devDependencies": {
    "@types/chalk": "^2.2.0",
    "@types/cors": "^2.8.8",
    "@types/css-minimizer-webpack-plugin": "^1.1.1",
    "@types/express": "^4.17.8",
    "@types/fs-extra": "^9.0.3",
    "@types/node": "^14.14.6",
    "@types/recursive-readdir": "^2.2.0",
    "@types/resolve": "^1.17.1",
    "@types/semver": "^7.3.4",
    "@types/webpack-hot-middleware": "^2.25.3",
    "rimraf": "^3.0.0"
  },
  "gitHead": "a72f06ecc0585ef70a39c10570ac9e30053cddd3"
}
