{
  "name": "visualforce-sim",
  "version": "1.3.7",
  "description": "Visualforce client and server simulator",
  "main": "index.js",
  "bin": {
    "apex-parser": "./apex-parser.js",
    "visualforce-sim": "./index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "visualforce",
    "javascript remoting",
    "apex controllers",
    "salesforce"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elitechance/visualforce-sim.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.17.2",
    "cheerio": "^1.0.0-rc.2",
    "chokidar": "^1.7.0",
    "clipboardy": "^1.1.4",
    "commander": "^2.11.0",
    "cors": "^2.8.4",
    "express": "^4.15.3",
    "express-interceptor": "^1.2.0",
    "format-json": "^1.0.3",
    "html-entities": "^1.2.1",
    "jsforce": "^1.8.0",
    "socket.io": "^2.0.3"
  },
  "devDependencies": {
    "@types/body-parser": "^1.16.4",
    "@types/cheerio": "^0.22.2",
    "@types/express": "^4.0.36",
    "@types/node": "^8.0.14",
    "@types/socket.io": "^1.4.29",
    "@types/watch": "^1.0.0",
    "express-interceptor": "^1.2.0"
  }
}
