UNPKG

@open-rpc/meta-schema

Version:

OpenRPC Specification JSON schemas

55 lines (54 loc) 1.55 kB
{ "name": "@open-rpc/meta-schema", "version": "1.14.9", "description": "OpenRPC Specification JSON schemas", "author": { "name": "open-rpc", "email": "developers@open-rpc.com", "url": "https://open-rpc.com" }, "main": "index.js", "repository": { "type": "git", "url": "https://github.com/open-rpc/meta-schema.git" }, "scripts": { "build": "bin/set-openrpc-version-enum.js", "test": "jest src/test.ts", "lint": "eslint . --ext .ts", "test:watch": "npm run test -- --watch" }, "license": "Apache-2.0", "readmeFilename": "README.md", "files": [ "index.js", "index.d.ts" ], "devDependencies": { "@etclabscore/dl-github-releases": "^1.2.1", "@json-schema-tools/dereferencer": "^1.6.3", "@json-schema-tools/semantic-release-transpiler": "^1.6.16", "@qiwi/semantic-release-gh-pages-plugin": "^5.2.4", "@semantic-release/changelog": "^6.0.2", "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^8.0.7", "@semantic-release/npm": "^12.0.0", "@semantic-release/release-notes-generator": "^10.0.3", "@types/jest": "^26.0.22", "@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/parser": "^5.50.0", "eslint": "^8.33.0", "jest": "^26.6.3", "semantic-release": "^20.1.0", "ts-jest": "^26.5.5", "typescript": "^4.9.5" }, "keywords": [ "open-rpc", "JSON schema", "JSON RPC", "API" ] }