{
  "name": "build-dev",
  "version": "0.3.3",
  "description": "Make building projects simple",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "bin": {
    "build-dev": "./dist/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brainsatplay/dev-build/"
  },
  "scripts": {
    "pub": "yarn run lint && yarn run build && npm publish",
    "test": "yarn run-ts build.config.ts",
    "test:build": "yarn run-ts build.config.ts build:browser",
    "build": "yarn run-ts build.config.ts prep:dist && tsc",
    "lint": "eslint ./src --ext .ts",
    "test-bin": "build-dev",
    "run-ts": "node --trace-warnings -r esbuild-register"
  },
  "dependencies": {
    "@giveback007/util-lib": "0.24.3",
    "browser-sync": "^2.27.7",
    "dotenv": "^16.0.0",
    "esbuild": "^0.14.23",
    "esbuild-register": "^3.3.2",
    "esbuild-sass-plugin": "^2.2.3",
    "fs-extra": "^10.0.0",
    "node-html-parser": "^5.2.0",
    "tslib": "~2.3.1"
  },
  "devDependencies": {
    "@types/browser-sync": "^2.26.3",
    "@types/fs-extra": "^9.0.13",
    "@types/node": "^17.0.17",
    "@types/parse5": "^6.0.3",
    "@typescript-eslint/eslint-plugin": "^5.8.1",
    "@typescript-eslint/parser": "^5.8.1",
    "eslint": "^8.9.0",
    "typescript": "^4.5.5"
  }
}
