{
  "name": "cdsify-gen",
  "version": "1.0.13",
  "description": "Earlybound types generator for cdsify",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": {
    "cdsify-gen": "lib/index.js"
  },
  "scripts": {
    "start": "tsc & node lib/index.js -s org.crm11.dynamics.com",
    "start-help": "tsc & node lib/index.js help",
    "start-init": "tsc & node lib/index.js init",
    "start-eject": "tsc & node lib/index.js eject",
    "build": "tsc",
    "test": "tsc & jest --passWithNoTests",
    "preversion": "npm test",
    "version": "npm run build",
    "postversion": "genversion --es6 --semi src/version.ts & git add . & git commit -m \"Version bump\" & git push",
    "genversion": "genversion",
    "prepublishOnly": "npm version patch"
  },
  "author": "Scott Durow",
  "license": "MIT",
  "dependencies": {
    "cdsify": "^1.0.3",
    "chalk": "^4.0.0",
    "ejs": "^3.1.2",
    "enquirer": "^2.3.5",
    "fs-extra": "^9.0.0",
    "lodash.merge": "^4.6.2",
    "minimist": "^1.2.5",
    "xml-js": "^1.6.11"
  },
  "devDependencies": {
    "@types/config": "0.0.36",
    "@types/cryptr": "^4.0.0",
    "@types/ejs": "^3.0.3",
    "@types/fs-extra": "^8.1.0",
    "@types/inquirer": "^6.5.0",
    "@types/jest": "^24.9.1",
    "@types/lodash.merge": "^4.6.6",
    "@types/minimist": "^1.2.0",
    "@types/node": "^13.13.4",
    "@types/xrm": "^9.0.25",
    "@typescript-eslint/eslint-plugin": "^2.30.0",
    "@typescript-eslint/parser": "^2.30.0",
    "eslint": "^6.5.1",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-react": "^7.19.0",
    "genversion": "^2.2.1",
    "jest": "^24.9.0",
    "jest-environment-jsdom-fourteen": "^0.1.0",
    "prettier": "^1.18.2",
    "ts-jest": "^25.4.0",
    "typescript": "^3.8.3"
  }
}
