{
  "name": "primo-serve",
  "version": "0.0.17",
  "description": "A simple Proxy that serves your local development files.",
  "keywords": [
    "ExLibris",
    "Primo",
    "NUI"
  ],
  "homepage": "https://github.com/mehmetc/primo-serve",
  "bugs": {
    "url": "https://github.com/mehmetc/primo-serve/issues",
    "email": "mehmet@celik.be"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mehmetc/primo-serve.git"
  },
  "main": "dist/primo.js",
  "bin": {
    "primoServe": "./primoServe.js"
  },
  "scripts": {
    "build": "rimraf dist/ && babel ./src --out-dir dist/ --ignore ./node_modules",
    "watch": "rimraf dist/ && babel ./src --out-dir dist/ --ignore ./node_modules --watch",
    "start": "yarn run build && node dist/bin.js"
  },
  "author": "Mehmet Celik",
  "license": "MIT",
  "babel": {
    "plugins": [
      "@babel/plugin-transform-runtime"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.15.7",
    "@babel/core": "^7.15.5",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "rimraf": "^3.0.2"
  },
  "dependencies": {
    "browser-sync": "^2.27.5",
    "chalk": "^4.1.2",
    "mime-types": "^2.1.32",
    "minimist": "^1.2.5",
    "proxy-middleware": "^0.15.0"
  }
}
