{
  "name": "@structured-types/typescript-config",
  "version": "3.46.9",
  "description": "Retrieve the configuration for a typescript file",
  "keywords": [
    "typescript"
  ],
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist/",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "build": "NODE_ENV=production yarn rollup -c",
    "dev": "NODE_ENV=development yarn rollup -cw",
    "docs": "api-readme",
    "prepare": "yarn build",
    "lint": "yarn eslint . --ext ts,tsx",
    "fix": "yarn lint --fix",
    "clean": "rimraf dist coverage node_modules tsconfig.tsbuildinfo",
    "test": "yarn jest"
  },
  "homepage": "https://github.com/ccontrols/component-controls",
  "bugs": {
    "url": "https://github.com/ccontrols/component-controls/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ccontrols/component-controls.git",
    "directory": "misc/typescript-config"
  },
  "license": "MIT",
  "dependencies": {
    "deepmerge": "^4.2.2",
    "path-browserify": "^1.0.1"
  },
  "devDendencies": {
    "@structured-types/api-readme": "^3.24.1",
    "@types/path-browserify": "^1.0.0",
    "typescript": "^4.5.0"
  },
  "peerDependencies": {
    "typescript": "^4.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": {
    "name": "Atanas Stoyanov",
    "email": "atanasster@gmail.com",
    "url": "https://github.com/ccontrols"
  },
  "jest": {
    "preset": "ts-jest",
    "roots": [
      "./test"
    ]
  },
  "gitHead": "2dcab5df5cb3fcf0c84fcbfd0ba4cb078440bd6d"
}
