{
  "name": "@kolcelabs/servo",
  "version": "0.1.0",
  "description": "A Modern Web Development Environment",
  "main": "dist/index.js",
  "bin": {
    "servo": "dist/cli/bin.js"
  },
  "scripts": {
    "test": "ts-node node_modules/filespec/dist/bin src",
    "test:build": "ts-node src/cli/bin.ts tests/static/src tests/static/dist",
    "test:server": "ts-node src/cli/bin.ts tests/static/src",
    "prepublishOnly": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KolceLabs/Servo.git"
  },
  "keywords": [],
  "author": "James Kolce <contact@jameskolce.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/KolceLabs/Servo/issues"
  },
  "homepage": "https://github.com/KolceLabs/Servo#readme",
  "devDependencies": {
    "@types/cookie": "^0.3.1",
    "@types/lodash.set": "^4.3.4",
    "@types/node": "^10.12.1",
    "@types/pug": "^2.0.4",
    "@types/superstruct": "^0.5.0",
    "chalk": "^2.4.1",
    "filespec": "^0.2.0",
    "nodemon": "^1.18.4",
    "ts-node": "^7.0.0",
    "typescript": "^3.0.1"
  },
  "dependencies": {
    "@kolcelabs/delta": "^0.3.8",
    "cookie": "^0.3.1",
    "copy": "^0.3.2",
    "lodash.set": "^4.3.2",
    "postcss": "^7.0.2",
    "pug": "^2.0.3",
    "superstruct": "^0.5.4"
  }
}
