{
  "name": "@nymphjs/nymph",
  "version": "1.0.0-beta.119",
  "description": "Nymph.js - Nymph ORM",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "nymph",
    "ORM",
    "object relational mapper"
  ],
  "scripts": {
    "clean": "test -d dist && rm -r dist || true",
    "build": "tsc",
    "watch": "tsc --watch",
    "prepublish": "npm run clean && npm run build",
    "typecheck": "npx tsc --noEmit",
    "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests",
    "test:watch": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --passWithNoTests --watch"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://nymph.io",
  "repository": {
    "type": "git",
    "url": "https://forge.sciactive.com/sciactive/nymphjs.git",
    "directory": "packages/nymph"
  },
  "author": "Hunter Perrin <hperrin@port87.com>",
  "bugs": {
    "url": "https://forge.sciactive.com/sciactive/nymphjs/issues"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@nymphjs/guid": "^1.0.0-beta.119",
    "@sciactive/tokenizer": "^3.4.0",
    "debug": "^4.4.3",
    "joi": "^18.2.5",
    "locutus": "^3.0.36",
    "lodash-es": "^4.18.1",
    "n-readlines": "^3.4.1"
  },
  "devDependencies": {
    "@swc/core": "^1.16.1",
    "@swc/jest": "^0.2.39",
    "@tsconfig/recommended": "^1.0.13",
    "@types/debug": "^4.1.13",
    "@types/jest": "^30.0.0",
    "@types/locutus": "^0.0.8",
    "@types/lodash-es": "^4.17.12",
    "@types/n-readlines": "^1.0.6",
    "@types/node": "^26.2.0",
    "cross-env": "^10.1.0",
    "jest": "^30.4.2",
    "ts-node": "^10.9.2",
    "typescript": "^7.0.2"
  },
  "gitHead": "154ac28914c83b9bfe57be0797726a689c5d8ee4"
}
