-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
63 lines (63 loc) · 1.8 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
57
58
59
60
61
62
63
{
"name": "hrea-tests",
"version": "0.0.1",
"private": true,
"description": "Integration tests for hREA DHTs",
"main": "index.js",
"type": "module",
"scripts": {
"playground": "holochain-playground",
"test": "TRYORAMA_LOG_LEVEL=debug WASM_LOG=debug RUST_LOG=\"debug,wasmer_compiler_cranelift=error,holochain::core::workflow=error,holochain::conductor::entry_type_store=error\" RUST_BACKTRACE=1 GRAPHQL_DEBUG=1 tape **/*.js | tap-dot"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/eslint-parser": "^7.18.2",
"@holochain-playground/cli": "0.0.8",
"@holochain/tryorama": "=0.16.0-dev.3",
"@valueflows/vf-graphql": "0.9.0-alpha.9",
"@leosprograms/vf-graphql-holochain": "workspace:*",
"@holochain/client": "=0.17.0-dev.9",
"assert": "^2.0.0",
"deep-for-each": "^3.0.0",
"easygraphql-tester": "6.0.1",
"eslint": "^8.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"faucet": "^0.0.1",
"graphql": "14",
"is-function": "^1.0.1",
"json3": "^3.3.2",
"source-map-support": "^0.5.16",
"tap-dot": "2.0.0",
"tape": "^5.5.3"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/h-rea/hrea.git"
},
"keywords": [
"Holochain",
"ValueFlows",
"REA",
"OpenValueNetwork",
"Open Value Network",
"OVN",
"economic",
"cooperative",
"coordination"
],
"author": "HoloREA contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/h-rea/hrea/issues"
},
"homepage": "https://github.com/h-rea/hrea#readme",
"dependencies": {
"js-base64": "^3.6.0",
"base64-js": "1.5.1",
"randombytes": "^2.1.0"
}
}