forked from OriginTrail/dkg.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.66 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
55
56
{
"name": "dkg.js",
"version": "6.0.16",
"description": "Javascript library for interaction with the OriginTrail Decentralized Knowledge Graph",
"main": "index.js",
"scripts": {
"compile-contracts": "cd ./node_modules/dkg-evm-module && npm run compile",
"build": "npx webpack --config webpack.config.js",
"watch": "npx webpack --config webpack.config.js --watch --progress",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/OriginTrail/dkg.js.git"
},
"keywords": [
"origintrail",
"knowledge",
"graph",
"dkg",
"blockchain",
"ot-node",
"v6"
],
"author": "Trace Labs Group",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OriginTrail/dkg.js/issues"
},
"homepage": "https://github.com/OriginTrail/dkg.js/tree/main#readme",
"dependencies": {
"assertion-tools": "^2.1.0",
"axios": "^0.27.2",
"dkg-evm-module": "^4.0.4",
"ethers": "^6.1.0",
"jsonld": "^8.1.0",
"web3": "^1.7.3"
},
"devDependencies": {
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.23.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"prettier": "^2.7.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"terser-webpack-plugin": "^5.3.6",
"url": "^0.11.1",
"webpack": "^5.75.0",
"webpack-cli": "^4.9.2"
}
}