forked from polywrap/wrap-integrations
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.33 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/harbinger-wrapper",
"description": "Tezos Harbinger Polywrapper",
"private": true,
"version": "0.0.1-prealpha.1",
"license": "MIT",
"scripts": {
"reset": "yarn clean && yarn build",
"clean": "npx rimraf ./node_modules ./build ./coverage ./.w3 ./**/w3",
"build": "yarn build:web3api",
"build:web3api": "npx w3 build",
"test": "yarn test:e2e",
"test:e2e": "jest --passWithNoTests --runInBand --verbose",
"test:env:up": "npx w3 test-env up",
"test:env:down": "npx w3 test-env down",
"deploy": "yarn deploy:web3api",
"deploy:web3api": "npx w3 build --ipfs http://localhost:5001 --test-ens harbinger.web3api.eth"
},
"devDependencies": {
"@blockwatch-cc/tezos-plugin-js": "0.0.1-prealpha.78",
"@types/jest": "27.4.0",
"@types/node": "17.0.8",
"@web3api/cli": "0.0.1-prealpha.76",
"@web3api/client-js": "0.0.1-prealpha.76",
"@web3api/ens-plugin-js": "0.0.1-prealpha.76",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.76",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.76",
"@web3api/test-env-js": "0.0.1-prealpha.76",
"@web3api/wasm-as": "0.0.1-prealpha.76",
"assemblyscript": "0.19.1",
"jest": "27.4.7",
"ts-jest": "27.1.2",
"ts-node": "10.4.0",
"typescript": "4.5.4"
},
"dependencies": {
"assemblyscript-json": "^1.1.0"
}
}