{
  "name": "@metamask/api-specs",
  "description": "",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://metamask.github.io/api-specs/",
  "main": "dist/index.js",
  "files": [
    "dist/",
    "dist/build"
  ],
  "scripts": {
    "start": "yarn build",
    "build": "mkdir -p src/build && node merge-openrpc.js && tsc && rm -rf src/build",
    "build:watch": "nodemon",
    "prepublishOnly": "./scripts/prepack.sh",
    "test": "yarn build && jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MetaMask/api-specs.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "devDependencies": {
    "@open-rpc/meta-schema": "^1.14.2",
    "@open-rpc/schema-utils-js": "^1.16.1",
    "@types/jest": "^29.2.6",
    "@xops.net/openrpc-cli": "^1.0.2",
    "jest": "^29.3.1",
    "js-yaml": "^4.1.0",
    "json-schema-merge-allof": "^0.8.1",
    "node-fetch": "^2.6.1",
    "nodemon": "^2.0.22",
    "ts-jest": "^29.0.5",
    "typescript": "~4.8.4"
  },
  "version": "0.15.0",
  "engines": {
    "node": "^18.20 || ^20.17 || >=22"
  }
}
