{
  "name": "@shibanet0/datamitsu-config",
  "version": "0.1.7",
  "description": "Shared datamitsu configuration with 79+ managed development tools",
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "https://github.com/shibanet0/datamitsu-config"
  },
  "license": "MIT",
  "author": "Alexander Svinarev <shibanet0@gmail.com> (shibanet0.com)",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/datamitsu-api/index.d.ts",
      "default": "./dist/datamitsu-api/index.js"
    },
    "./package.json": "./package.json",
    "./tsconfig/base.json": "./tsconfig/base.json",
    "./tsconfig/infra-pulumi.json": "./tsconfig/infra-pulumi.json",
    "./tsconfig/library.json": "./tsconfig/library.json",
    "./tsconfig/nextjs.json": "./tsconfig/nextjs.json",
    "./tsconfig/react-library.json": "./tsconfig/react-library.json",
    "./tsconfig/service-worker.json": "./tsconfig/service-worker.json",
    "./tsconfig/service.json": "./tsconfig/service.json",
    "./tsconfig/shared-library.json": "./tsconfig/shared-library.json",
    "./tsconfig/shared-react-library.json": "./tsconfig/shared-react-library.json",
    "./type-fest": {
      "import": {
        "types": "./dist/type-fest/index.d.ts"
      }
    },
    "./type-fest/globals": {
      "import": {
        "types": "./dist/type-fest/globals/index.d.ts"
      }
    }
  },
  "bin": {
    "datamitsu": "bin/datamitsu.js",
    "dm": "bin/datamitsu.js",
    "s0": "bin/s0.js",
    "tsc": "bin/tsc.js",
    "tsx": "bin/tsx.js"
  },
  "files": [
    "datamitsu.config.base.js",
    "datamitsu.config.js",
    "datamitsu.config.oci-ghcr.js",
    "datamitsu.config.oci-dockerhub.js",
    "datamitsu.config.d.ts",
    "tsconfig/**",
    "dist/**",
    "bin/**"
  ],
  "dependencies": {
    "@commander-js/extra-typings": "14.0.0",
    "@datamitsu/datamitsu": "0.1.9",
    "commander": "14.0.3",
    "execa": "9.6.1",
    "fast-glob": "3.3.3",
    "tsx": "4.22.3",
    "type-fest": "5.6.0",
    "typescript": "6.0.3"
  },
  "engines": {
    "node": ">=22.12.0"
  }
}
