{
  "name": "@ldsg/field-type",
  "version": "0.3.25",
  "description": "",
  "keywords": [],
  "license": "MIT",
  "author": "wanxger",
  "main": "dist/index.js",
  "types": "dist",
  "files": [
    "dist/"
  ],
  "dependencies": {
    "json-schema": "0.4.0",
    "mongodb": "^6.16.0",
    "@ldsg/constants": "0.3.25",
    "@ldsg/handler": "0.3.25",
    "@ldsg/resource": "0.3.25",
    "@ldsg/resource-definition": "0.3.25"
  },
  "devDependencies": {
    "@types/jest": "^29.5.2",
    "@types/json-schema": "^7.0.15",
    "jest": "^29.5.0",
    "supertest": "^6.3.4",
    "ts-jest": "^29.1.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3",
    "@ldsg/types": "0.3.25"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "clean": "rm -rf dist",
    "test": "jest --passWithNoTests"
  }
}