{
  "name": "@jjangga0214/tsconfig",
  "version": "4.0.0",
  "description": "A sharable config package for Typescript",
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "exports": "./tsconfig.json",
  "files": [
    "tsconfig.json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jjangga0214/node-configs.git"
  },
  "bugs": {
    "url": "https://github.com/jjangga0214/node-configs/issues"
  },
  "homepage": "https://github.com/jjangga0214/node-configs/tree/main/packages/tsconfig",
  "author": {
    "name": "GIL B. Chan",
    "email": "bnbcmindnpass@gmail.com",
    "url": "https://github.com/jjangga0214"
  },
  "keywords": [
    "boilerplate",
    "sharable",
    "config",
    "env",
    "typescript",
    "tsconfig",
    "ts"
  ],
  "peerDependencies": {
    "@types/node": ">=16.0.0",
    "@swc/core": ">=1.0.0",
    "@swc/helpers": "^0.5.3",
    "regenerator-runtime": "^0.13.9",
    "ts-node": ">=10.0.0",
    "typescript": ">=5.0.0"
  },
  "peerDependenciesMeta": {
    "@swc/core": {
      "optional": true
    },
    "@swc/helpers": {
      "optional": true
    },
    "regenerator-runtime": {
      "optional": true
    },
    "ts-node": {
      "optional": true
    }
  }
}