{
  "name": "@straw-hat/tsconfig",
  "version": "4.2.3",
  "description": "TypeScript configurations",
  "author": "Straw Hat Team <opensource@straw-hat-llc.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/straw-hat-team/nodejs-monorepo.git",
    "directory": "packages/@straw-hat/tsconfig"
  },
  "license": "MIT",
  "keywords": [
    "tsconfig",
    "config",
    "straw-hat-team"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "type": "commonjs",
  "main": "lib/base.json",
  "files": [
    "lib",
    "README.md"
  ]
}