{
  "name": "@dynrl/drl-settings",
  "version": "1.0.4",
  "description": "Standardizes settings access",
  "scripts": {
    "test": "SET DRL_HOST_ENV=LOCAL&& node mocha-test.js",
    "test:ci": "export DRL_HOST_ENV=CI&& node mocha-test.js",
    "build": "tsc"
  },
  "main": "lib/index.js",
  "jsnext:main": "lib/index.js",
  "module": "lib/index.js",
  "files": [
    "/lib"
  ],
  "typings": "lib/index.d.ts",
  "keywords": [
    "settings",
    "drl"
  ],
  "author": "Dan Schomburg",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.1.5",
    "@types/expect": "^1.20.3",
    "@types/mocha": "^5.2.5",
    "@types/node": "^8.0.14",
    "chai": "^4.1.2",
    "husky": "^0.14.3",
    "mocha": "^5.2.0",
    "prettier": "^1.14.2",
    "rimraf": "^2.6.2",
    "ts-mocha": "^2.0.0",
    "typescript": "^3.0.3"
  },
  "lint-staged": {
    "*.ts": [
      "tslint --fix --project tsconfig.json",
      "prettier --write",
      "git add"
    ]
  },
  "prettier": {
    "semi": true,
    "singleQuote": true
  },
  "dependencies": {
    "dotenv": "^6.0.0"
  }
}
