UNPKG

@open-rpc/examples

Version:

Collection of example OpenRPC service definition files

49 lines (48 loc) 1.19 kB
{ "name": "@open-rpc/examples", "version": "1.7.2", "description": "Collection of example OpenRPC service definition files", "main": "build/src/index.js", "scripts": { "build": "tsc", "test": "npm run build && jest", "publish": "npm run test && npm run build", "test:watch": "npm run test -- --watch", "lint": "eslint . --ext .ts" }, "repository": { "type": "git", "url": "git+https://github.com/open-rpc/examples.git" }, "author": "", "license": "Apache-2.0", "bugs": { "url": "https://github.com/open-rpc/examples/issues" }, "homepage": "https://spec.open-rpc.org", "files": [ "build", "!build/**/*.test.*" ], "dependencies": {}, "devDependencies": { "@open-rpc/meta-schema": "^1.14.9", "@open-rpc/schema-utils-js": "^2.0.2", "@types/jest": "^29.5.12", "@types/node": "^15.12.2", "@typescript-eslint/eslint-plugin": "^4.11.1", "@typescript-eslint/parser": "^4.11.1", "eslint": "^7.17.0", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^4.9.5" }, "keywords": [ "open-rpc", "OpenRPC", "openrpc", "JSON schema", "JSON RPC", "API" ] }