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
44 lines (44 loc) · 1.37 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.37 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
{
"name": "@blockwatch-cc/tezos-domains-plugin-js",
"description": "Tezos Domains Polywrapper JS Plugin",
"version": "0.0.1-prealpha.77",
"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/taquito": "12.1.0",
"@taquito/tzip16": "12.1.0",
"@taquito/utils": "12.1.0",
"@tezos-domains/core": "1.14.0-alpha.3",
"@tezos-domains/taquito-client": "1.14.0-alpha.3",
"@web3api/core-js": "0.0.1-prealpha.76",
"sha.js": "2.4.11"
},
"devDependencies": {
"@types/jest": "26.0.8",
"@types/sha.js": "2.4.0",
"@web3api/cli": "0.0.1-prealpha.76",
"@web3api/client-js": "0.0.1-prealpha.76",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
"ts-node": "8.10.2",
"typescript": "4.5.2"
},
"gitHead": "7346adaf5adb7e6bbb70d9247583e995650d390a"
}