-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 925 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@json-rpc-specification/meta-schema",
"version": "0.0.0-development",
"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"
]
}