forked from polywrap/wrap-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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
{
"name": "@web3api/client-js",
"version": "0.0.1-alpha.1",
"license": "MIT",
"main": "build/index.js",
"scripts": {
"build": "rimraf build && tsc",
"test": "WORKER_ENV=test jest --passWithNoTests --runInBand --verbose",
"test:watch": "WORKER_ENV=test jest --watch --passWithNoTests --verbose",
"test:ci": "yarn test:env:up && yarn test && yarn test:env:down",
"test:env:up": "w3 test-env up",
"test:env:down": "w3 test-env down"
},
"dependencies": {
"@assemblyscript/loader": "0.14.1",
"@web3api/wasm-ts": "0.0.1-alpha.1",
"apollo-link": "1.2.14",
"apollo-link-http": "1.5.17",
"cross-fetch": "3.0.5",
"ethers": "5.0.7",
"graphql": "15.3.0",
"graphql-tag": "2.10.4",
"ipfs-http-client": "45.0.0",
"is-ipfs": "1.0.3",
"js-yaml": "3.14.0"
},
"devDependencies": {
"@types/jest": "26.0.8",
"@types/js-yaml": "3.11.1",
"@web3api/cli": "0.0.1-alpha.1",
"axios": "0.19.2",
"jest": "26.2.2",
"rimraf": "3.0.2",
"spawn-command": "0.0.2-1",
"ts-jest": "26.1.4",
"ts-node": "8.10.2",
"typescript": "3.9.7"
}
}