forked from polywrap/wrap-integrations
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.54 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.54 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
49
{
"name": "@blockwatch-cc/tezos-plugin-js",
"description": "Tezos Polywrap JS Plugin",
"version": "0.0.1-prealpha.79",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/blockwatch-cc/polywrap-tezos"
},
"main": "build/index.js",
"files": [
"build",
"schema.graphql"
],
"scripts": {
"build": "rimraf ./build && yarn codegen && tsc --project tsconfig.build.json",
"codegen": "node ./node_modules/@web3api/cli/bin/w3 plugin codegen",
"lint": "eslint --color --ext .ts src/",
"test": "jest --passWithNoTests --runInBand --verbose",
"test:ci": "jest --passWithNoTests --runInBand --verbose",
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@taquito/signer": "12.1.0",
"@taquito/tzip16": "12.1.0",
"@taquito/taquito": "12.1.0",
"@taquito/michel-codec": "12.1.0",
"@taquito/michelson-encoder": "12.1.0",
"@taquito/utils": "12.1.0",
"@web3api/core-js": "0.0.1-prealpha.76",
"@temple-wallet/dapp": "7.0.0",
"axios": "0.25.0"
},
"devDependencies": {
"@blockwatch-cc/tezos-test-env": "0.0.1-prealpha.77",
"@types/jest": "26.0.8",
"@web3api/client-js": "0.0.1-prealpha.77",
"@web3api/ens-plugin-js": "0.0.1-prealpha.77",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.77",
"@web3api/test-env-js": "0.0.1-prealpha.77",
"@web3api/cli": "0.0.1-prealpha.77",
"jest": "26.6.3",
"js-sha3": "0.8.0",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
"ts-node": "8.10.2",
"typescript": "4.5.2"
}
}