{
  "name": "@idio/router",
  "version": "1.4.2",
  "description": "The Router Utility For The Idio Web Server With Automatic Initialisation From Folders And Live Reload.",
  "main": "build",
  "scripts": {
    "t": "zoroaster -a",
    "test": "yarn t test/spec test/mask -t 10000",
    "spec": "yarn t test/spec",
    "mask": "yarn t test/mask",
    "test-build": "yarn test -e test-build",
    "lint": "eslint .",
    "doc": "doc -o README.md -d -a -n _idio",
    "stdlib": "depack src/stdlib -o stdlib/index.js -a -c -p -s --source_map_include_content",
    "b": "alamode src -o build -s -i stdlib.js --env build",
    "d": "yarn-s template d1 externs",
    "template": "typal compile/template.js -T compile/index.js -t types",
    "d1": "typal compile/index.js types/index.js -u -t types",
    "externs": "typal types/externs.js -e",
    "e": "alanode",
    "example/": "yarn e example/example.js"
  },
  "files": [
    "build",
    "types",
    "compile",
    "stdlib"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/idiocc/router.git"
  },
  "typedefs": "typedefs.json",
  "keywords": [
    "router",
    "idio",
    "web",
    "server"
  ],
  "author": "Anton <anton@adc.sh>",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/idiocc/router/issues"
  },
  "homepage": "https://www.idio.cc",
  "devDependencies": {
    "@depack/detect": "^1.1.0",
    "@depack/split": "^1.0.0",
    "@externs/idio": "^0.0.3",
    "@idio/idio": "^1.2.4",
    "@typedefs/idio": "^0.0.3",
    "@wrote/read": "^1.0.4",
    "@wrote/read-dir-structure": "^1.3.1",
    "@wrote/write": "^1.0.4",
    "alamode": "^3.5.2",
    "catchment": "^3.3.0",
    "depack": "^1.1.2",
    "documentary": "^1.37.0",
    "erte": "^1.2.0",
    "eslint-config-artdeco": "1.0.1",
    "fpj": "^1.3.1",
    "frame-of-mind": "^1.2.3",
    "resolve-dependency": "^1.0.3",
    "rqt": "^4.0.0",
    "temp-context": "^2.1.3",
    "yarn-s": "1.2.3",
    "zoroaster": "^4.3.0"
  },
  "dependencies": {
    "node-watch": "0.6.3"
  }
}
