{
  "name": "bmix",
  "version": "0.0.1-canary.0",
  "description": "@nmix/nmix",
  "keywords": [
    "nmix"
  ],
  "homepage": "https://github.com/nmixjs/nmix#readme",
  "bugs": {
    "url": "https://github.com/nmixjs/nmix/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nmixjs/nmix.git"
  },
  "license": "MIT",
  "author": "Zack <mwl@live.com> (https://github.com/loyep)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "nmix": "bin/nmix"
  },
  "files": [
    "dist",
    "compiled",
    "bin",
    "config.d.ts",
    "config.js"
  ],
  "scripts": {
    "build": "pnpm tsc",
    "build:deps": "pnpm esno ../../scripts/bundleDeps.ts",
    "dev": "pnpm build -- --watch"
  },
  "dependencies": {
    "@nmix/utils": "0.0.2-canary.0",
    "@swc-node/register": "^1.4.2",
    "@swc-node/sourcemap-support": "^0.1.11",
    "@swc/core": "^1.2.51",
    "chokidar": "^3.4.0",
    "fork-ts-checker-webpack-plugin": "^7.2.1",
    "tsconfig-paths-webpack-plugin": "^3.5.2",
    "v8-compile-cache": "2.3.0",
    "webpack": "^5.69.1",
    "webpack-node-externals": "^3.0.0",
    "webpackbar": "^5.0.2"
  },
  "devDependencies": {
    "@types/lodash": "4.14.181",
    "chalk": "5.0.1",
    "find-up": "6.3.0",
    "fs-extra": "10.0.1",
    "lodash": "4.17.21",
    "mri": "1.2.0",
    "pirates": "4.0.5",
    "webpack-5-chain": "8.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
