-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
54 lines (54 loc) · 1.53 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@open-rpc/meta-schema",
"version": "0.0.0-development",
"description": "OpenRPC Specification JSON schemas",
"author": {
"name": "open-rpc",
"email": "[email protected]",
"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"
]
}