{
  "name": "simple-vf-cli",
  "version": "0.7.5",
  "description": "A simple cli tool for building visualforce pages locally using cutting edge front-end build systems.",
  "author": "therealnerdybeast@gmail.com",
  "main": "index.js",
  "preferGlobal": true,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nerdybeast/simple-vf-cli"
  },
  "keywords": [
    "salesforce",
    "visualforce",
    "visual-force",
    "cli",
    "simple"
  ],
  "engines": {
    "node": ">=6.0.0"
  },
  "bin": {
    "svf": "./dist/index.js"
  },
  "scripts": {
    "start": "gulp",
    "test": "jest --coverage",
    "build": "npm run gulp:static",
    "prepublishOnly": "npm test && npm run build",
    "postinstall": "node ./dist/install",
    "gulp:scripts": "gulp scripts",
    "gulp:static": "gulp static",
    "gulp:watch": "gulp watch",
    "publish:beta": "npm publish --tag=beta"
  },
  "dependencies": {
    "archiver": "2.0.3",
    "chalk": "2.1.0",
    "commander": "2.11.0",
    "cross-spawn": "5.1.0",
    "crypto-js": "3.1.9-1",
    "dotenv": "4.0.0",
    "fs-extra": "4.0.2",
    "inquirer": "3.3.0",
    "jsforce": "1.8.0",
    "lodash": "4.17.4",
    "ngrok": "2.2.22",
    "node-watch": "0.5.5",
    "ora": "1.3.0",
    "pouchdb": "6.3.4",
    "pouchdb-find": "6.3.4",
    "randomstring": "1.1.5",
    "rollbar": "2.2.8"
  },
  "devDependencies": {
    "@types/archiver": "2.0.0",
    "@types/chalk": "0.4.31",
    "@types/commander": "2.9.2",
    "@types/crypto-js": "3.1.35",
    "@types/debug": "0.0.30",
    "@types/dotenv": "4.0.1",
    "@types/fs-extra": "4.0.2",
    "@types/gulp": "4.0.4",
    "@types/inquirer": "0.0.35",
    "@types/jest": "21.1.0",
    "@types/lodash": "4.14.74",
    "@types/ora": "1.3.1",
    "@types/pouchdb": "6.3.0",
    "@types/pouchdb-find": "6.3.0",
    "@types/randomstring": "1.1.6",
    "debug": "3.0.1",
    "gulp": "3.9.1",
    "gulp-typescript": "3.2.2",
    "jest": "21.1.0",
    "ts-jest": "21.0.1",
    "typescript": "2.5.2"
  },
  "jest": {
    "transform": {
      ".ts": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "tests/.*\\.test\\.ts",
    "moduleFileExtensions": [
      "ts",
      "js"
    ]
  }
}
