{
  "name": "@acot/config",
  "version": "0.0.19",
  "description": "A module to manipulate configs of acot.",
  "keywords": [
    "acot"
  ],
  "homepage": "https://github.com/acot-a11y/acot/tree/main/packages/config",
  "bugs": {
    "url": "https://github.com/acot-a11y/acot/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/acot-a11y/acot.git",
    "directory": "packages/config"
  },
  "license": "MIT",
  "author": "wadackel <wadackel@gmail.com>",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "!**/__mocks__",
    "!**/__tests__"
  ],
  "scripts": {
    "prebuild": "yarn generate",
    "build": "tsc",
    "generate": "ts-node -P tsconfig.script.json scripts/generator.ts",
    "test": "jest"
  },
  "jest": {
    "preset": "ts-jest",
    "rootDir": "src",
    "testEnvironment": "node",
    "testMatch": [
      "**/__tests__/**/*.test.ts?(x)"
    ]
  },
  "dependencies": {
    "@acot/core": "0.0.19",
    "@acot/module-loader": "0.0.19",
    "@acot/reporter": "0.0.19",
    "@acot/runner": "0.0.19",
    "@acot/types": "0.0.19",
    "@acot/utils": "0.0.19",
    "ajv": "^6.12.3",
    "cosmiconfig": "^7.0.0",
    "debug": "^4.3.1",
    "deepmerge": "^4.2.2",
    "is-plain-object": "^5.0.0",
    "micromatch": "^4.0.2",
    "path-type": "^4.0.0",
    "resolve-from": "^5.0.0"
  },
  "devDependencies": {
    "@types/micromatch": "4.0.2",
    "param-case": "3.0.4",
    "typescript-json-validator": "2.4.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "34ff82b04faf65d22f323fd9ea47e03ede0fc13c"
}
