{
  "name": "@nordcraft/std-lib",
  "license": "Apache-2.0",
  "type": "module",
  "homepage": "https://github.com/nordcraftengine/nordcraft",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nordcraftengine/nordcraft.git",
    "directory": "packages/lib"
  },
  "dependencies": {
    "fast-deep-equal": "3.1.3",
    "@nordcraft/core": "2.0.20"
  },
  "devDependencies": {
    "@types/node": "26.1.0",
    "jsonschema": "1.5.0"
  },
  "scripts": {
    "build": "bun ./bin/generate.js && tsgo --project tsconfig.build.json",
    "npm-publish": "bun run build && bun publish --access public",
    "typecheck": "tsgo --noEmit && bun bin/validate.ts",
    "watch": "tsgo --noEmit -w"
  },
  "files": ["dist"],
  "version": "2.0.20"
}
