{
  "name": "terrascript",
  "version": "0.1.60",
  "description": "",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "apply": "tsc && node index.js && terraform apply",
    "build": "tsc && node ./lib/Test.js",
    "gen": "tsc && node ./lib/Generator/run.js",
    "plan": "tsc && node index.js && terraform plan",
    "test": "mocha -r ts-node/register ./src/tests/*.test.ts",
    "lint": "eslint . --ext .ts",
    "fix": "eslint . --fix --ext .ts",
    "pub": "tsc && npm version patch && npm publish"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {},
  "devDependencies": {
    "@types/chai": "^4.2.11",
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.0.13",
    "@typescript-eslint/eslint-plugin": "^3.3.0",
    "@typescript-eslint/parser": "^3.3.0",
    "chai": "^4.2.0",
    "eslint": "^7.3.0",
    "mocha": "^8.0.1",
    "nodemon": "^2.0.4",
    "nyc": "^15.1.0",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.5"
  }
}
