{
  "type": "module",
  "name": "@ideditor/schema-builder",
  "version": "7.0.0",
  "description": "Framework for defining iD-compatible tagging models",
  "homepage": "https://github.com/ideditor/schema-builder#readme",
  "bugs": "https://github.com/ideditor/schema-builder/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ideditor/schema-builder.git"
  },
  "license": "ISC",
  "exports": "./lib/index.js",
  "dependencies": {
    "@transifex/api": "^8.0.1",
    "js-yaml": "^5.0.0",
    "json-schema-to-typescript-lite": "^15.0.0",
    "jsonschema": "^1.1.0",
    "marky": "^1.2.4",
    "node-fetch": "^3.2.10",
    "shelljs": "^0.10.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/taginfo-projects": "github:taginfo/taginfo-projects#6daafd2e30a86a8bfb9615855af2c2d73bd98279",
    "@vitest/coverage-v8": "^4.1.5",
    "@vitest/eslint-plugin": "^1.6.16",
    "eslint": "^10.0.0",
    "globals": "^17.3.0",
    "vitest": "^4.1.5"
  },
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "test": "vitest run"
  }
}
