{
  "name": "config-file-ts",
  "version": "0.2.4",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "lee mighdoll",
  "description": "Use Typescript for configuration files. Types for safety. Compiled for speed.",
  "keywords": [
    "typescript",
    "config",
    "configuration",
    "conf",
    "cli",
    "cached",
    "command",
    "cmd",
    "command-line"
  ],
  "dependencies": {
    "glob": "^7.1.6",
    "typescript": "^4.0.2"
  },
  "devDependencies": {
    "@types/chai": "^4.2.12",
    "@types/glob": "^7.1.3",
    "@types/jest": "^26.0.10",
    "@types/node": "^14.6.1",
    "@types/rimraf": "^3.0.0",
    "chai": "^4.2.0",
    "jest": "^26.4.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.26.6",
    "rollup-plugin-typescript2": "^0.27.2",
    "ts-jest": "^26.3.0"
  },
  "scripts": {
    "test": "jest",
    "dist": "rimraf dist && rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mighdoll/config-file-ts"
  },
  "files": [
    "dist",
    "src"
  ],
  "sideEffects": false,
  "license": "MIT"
}
