{
  "name": "@waiting/shared-types",
  "author": "waiting",
  "version": "23.24.0",
  "description": "shared typescript types",
  "keywords": [
    "types",
    "ESM",
    "typescript",
    "ts"
  ],
  "type": "module",
  "bin": {},
  "types": "dist/index.d.ts",
  "imports": {
    "#package.json": "./package.json",
    "##/*": "./src/*",
    "#@/*": "./test/*"
  },
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "bugs": {
    "url": "https://github.com/waitingsong/shared/issues"
  },
  "homepage": "https://github.com/waitingsong/shared/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/waitingsong/shared"
  },
  "license": "MIT",
  "engines": {
    "node": ">=18.12.0"
  },
  "files": [
    "README.*.md",
    "Dockerfile",
    "npm-shrinkwrap.json",
    "tsconfig.json",
    "tsconfig.base.json",
    "asset",
    "src/**/*.ts",
    "bin",
    "database",
    "dist",
    "src",
    "!**/*.spec.*",
    "!**/*.tsbuildinfo"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "npm run tsc && tsc-alias && npm run rp",
    "build:prod": "npm run tsc -- --declaration --declarationMap && tsc-alias && npm run rp",
    "build:unit": "tsc -p test/tsconfig.json",
    "clean": "npm run clean:lock && npm run clean:dist && npm run clean:log",
    "clean:cache": "rm -rf .eslintcache .tsbuildinfo",
    "clean:dist": "npm run clean:cache && rm -rf dist/*",
    "clean:lock": "rm -f package-lock.json",
    "clean:log": "rm -rf ./logs ./run",
    "cov": "c8 --all npm run test --",
    "lint": "eslint --fix --cache src test ",
    "lint:nofix": "eslint --cache src test",
    "pretest": "npm run build:unit",
    "rp": "tsx bin-hashbang.js",
    "test": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha",
    "test:deb": "cross-env NODE_ENV=test TS_NODE_PROJECT=test/tsconfig.json mocha --parallel=false",
    "tsc": "tsc -p tsconfig.json"
  },
  "gitHead": "d86a7d66119b632f35d263edb2d16f3b8bdf47bc"
}
