-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 KB
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
{
"name": "@arcblock/ocap-schema",
"description": "Schema for OCAP service",
"version": "0.34.0",
"author": "wangshijun <shijun@arcblock.io> (https://ocap.arcblock.io)",
"bugs": {
"url": "https://github.com/ArcBlock/ocap-javascript-sdk/issues",
"email": "shijun@arcblock.io"
},
"publishConfig": {
"access": "public"
},
"contributors": [
"wangshijun <shijun@arcblock.io> (https://ocap.arcblock.io)"
],
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-prettier": "latest",
"eslint-plugin-prettier": "latest",
"graphql": "16.8.1",
"graphql-request": "^4.3.0",
"prettier": "^1.19.1"
},
"homepage": "https://github.com/ArcBlock/ocap-javascript-sdk",
"keywords": [
"ocap",
"blockchain",
"arcblock",
"sdk",
"nodejs"
],
"license": "Apache-2.0",
"main": "src/index.js",
"files": [
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/ArcBlock/ocap-javascript-sdk"
},
"scripts": {
"lint": "eslint src",
"update-schema": "node tools/update-schema.js",
"precommit": "yarn lint",
"prepush": "yarn lint"
},
"gitHead": "37516a24b8dd8b39384f9b1b245eb537f05aa495"
}