{
  "name": "wright",
  "version": "2.2.1",
  "description": "",
  "author": "Rasmus Porsager <rasmus@porsager.com>",
  "license": "WTFPL",
  "main": "lib/index.js",
  "bin": {
    "wright": "./bin/wright"
  },
  "preferGlobal": true,
  "scripts": {
    "build": "rollup -c",
    "prepublishOnly": "npm run build",
    "try:rollup": "npm install && cd examples/rollup && npm install && node wright",
    "try:mithril": "npm install && cd examples/mithril && npm install && npm run wright",
    "try:simple": "npm install && cd examples/simple && npm run wright",
    "test": "tape test/**"
  },
  "repository": "porsager/wright",
  "dependencies": {
    "chokidar": "3.5.3",
    "dotenv": "16.0.0",
    "ey": "0.9.1",
    "finalhandler": "1.2.0",
    "http-proxy": "1.18.1",
    "inquirer": "8.2.2",
    "minimist": "1.2.6",
    "pws": "5.0.2",
    "serve-static": "1.15.0",
    "source-map": "0.7.3",
    "ubre": "0.0.23",
    "ws": "7.5.7"
  },
  "devDependencies": {
    "bss": "1.6.4",
    "mithril": "2.0.4",
    "rollup": "2.36.1",
    "rollup-plugin-buble": "0.19.8",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "tape": "5.1.1"
  }
}
