@json-rpc-specification/meta-schema
Version:
JSON Schemas for JSON-RPC. Generated types in multiple languages
41 lines (40 loc) • 913 B
JSON
{
"name": "@json-rpc-specification/meta-schema",
"version": "1.0.7",
"description": "JSON Schemas for JSON-RPC. Generated types in multiple languages",
"main": "index.js",
"bugs": {
"url": "https://github.com/json-rpc-specification/meta-schema/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/json-rpc-specification/meta-schema.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "semantic-release --dry-run"
},
"files": [
"index.js",
"index.d.ts",
"schema.json"
],
"author": "Zachary Belford <belfordz66@gmail.com>",
"license": "Apache-2.0",
"devDependencies": {
"@json-schema-tools/semantic-release-transpiler": "^1.6.16",
"typescript": "^4.9.5"
},
"keywords": [
"json-rpc",
"jsonrpc",
"JSON RPC",
"open-rpc",
"openrpc",
"OpenRPC",
"JSON schema",
"API"
]
}