{
  "name": "skulk",
  "version": "0.1.1",
  "description": "Configurable Browserify bundler and livereloading server",
  "main": "index.js",
  "repository": "https://git.pixie.town/f0x/skulk",
  "author": "f0x",
  "license": "AGPL-3.0",
  "files": [
    "lib/*"
  ],
  "devDependencies": {
    "@joepie91/eslint-config": "^1.1.1",
    "eslint": "^8.24.0"
  },
  "dependencies": {
    "@babel/core": "^7.26.0",
    "@f0x52/spyfs": "^1.1.0",
    "@validatem/allow-extra-properties": "^0.1.0",
    "@validatem/any-property": "^0.1.3",
    "@validatem/anything": "^0.1.0",
    "@validatem/array-of": "^0.1.2",
    "@validatem/core": "^0.4.0",
    "@validatem/default-to": "^0.1.0",
    "@validatem/either": "^0.1.9",
    "@validatem/error": "^1.1.0",
    "@validatem/has-length-between": "^0.1.0",
    "@validatem/has-length-of": "^0.1.0",
    "@validatem/ignore-result": "^0.1.1",
    "@validatem/is-array": "^0.1.1",
    "@validatem/is-boolean": "^0.1.1",
    "@validatem/is-function": "^0.1.0",
    "@validatem/is-integer": "^0.1.0",
    "@validatem/is-non-empty-string": "^0.1.0",
    "@validatem/is-plain-object": "^0.1.1",
    "@validatem/is-postcss-plugin": "^0.1.1",
    "@validatem/is-string": "^1.0.0",
    "@validatem/is-url": "^0.2.0",
    "@validatem/is-value": "^0.1.0",
    "@validatem/one-of": "^0.1.1",
    "@validatem/required": "^0.1.1",
    "@validatem/validation-result": "^0.1.2",
    "@validatem/when": "^0.1.0",
    "@validatem/wrap-error": "^0.3.0",
    "@validatem/wrap-path": "^0.1.0",
    "@wapython/unionfs": "^4.5.7",
    "bluebird": "^3.7.2",
    "browserify": "^17.0.0",
    "create-error": "^0.3.1",
    "debug": "^4.3.4",
    "deepmerge": "^4.2.2",
    "express": "^4.18.2",
    "http-proxy-middleware": "^2.0.6",
    "inject-lr-script": "^2.2.0",
    "is-plain-object": "^5.0.0",
    "linkfs": "^2.1.0",
    "memfs": "^3.4.7",
    "mime-types": "^3.0.1",
    "prettier-bytes": "^1.0.4",
    "pretty-ms": "7",
    "rimraf": "^5.0.10",
    "syncpipe": "^1.0.0",
    "tiny-lr": "^2.0.0",
    "validatem-as-array-of": "^0.0.1",
    "watchify": "^4.0.0"
  }
}
