{
  "name": "@ldsg/types",
  "version": "0.3.25",
  "description": "",
  "license": "MIT",
  "author": "wanxger",
  "main": "dist/index.js",
  "types": "dist",
  "files": [
    "dist/"
  ],
  "devDependencies": {
    "@types/jest": "^29.5.2",
    "jest": "^29.5.0",
    "supertest": "^6.3.4",
    "ts-jest": "^29.1.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "clean": "rm -rf dist"
  }
}