{
  "name": "dce-dev-wizard",
  "version": "1.26.6",
  "description": "Wizard for managing development apps at Harvard DCE.",
  "main": "./lib/init.js",
  "bin": {
    "dce-dev-wizard": "./lib/init.js"
  },
  "scripts": {
    "start": "node ./lib/init.js",
    "build": "tsc --project ./tsconfig.json",
    "try": "npm run build && ./node_modules/.bin/ts-node ./src/init.ts",
    "build-error-docs": "npx tsx ./src/buildErrorDocs.ts",
    "sync-environment": "npx tsx ./src/syncEnvironment.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/harvard-edtech/dce-dev-wizard.git"
  },
  "keywords": [
    "DCE",
    "Harvard",
    "Development"
  ],
  "author": "Gabe Abrams <gabeabrams@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/harvard-edtech/dce-dev-wizard/issues"
  },
  "homepage": "https://github.com/harvard-edtech/dce-dev-wizard#readme",
  "dependencies": {
    "caccl-deploy": "^0.20.0",
    "clear": "^0.1.0",
    "node-html-parser": "^7.0.1",
    "papaparse": "^5.5.3",
    "prompt-sync": "^4.1.6",
    "rimraf": "^2.6.3"
  },
  "devDependencies": {
    "@types/clear": "^0.1.2",
    "@types/node": "^17.0.21",
    "@types/papaparse": "^5.5.0",
    "@types/prompt-sync": "^4.1.1",
    "@types/rimraf": "^3.0.2",
    "eslint": "^8.10.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.12.4",
    "ts-node": "^10.7.0",
    "typescript": "^4.6.2"
  }
}
