generated from PolymeshAssociation/typescript-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.36 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
64
65
66
67
68
69
70
71
72
73
{
"name": "@polymeshassociation/walletconnect-signing-manager",
"version": "0.0.0",
"description": "This library provides a Polymesh SDK-compatible signing manager that enables interaction with a WalletConnect-compatible wallet",
"types": "dist/index.d.ts",
"author": "Polymesh Association",
"license": "ISC",
"scripts": {
"test": "jest --coverage",
"build:ts": "ttsc -b",
"build:docs": "typedoc src",
"commit": "npx git-cz",
"semantic-release": "semantic-release",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"format": "cross-env prettier-eslint $PWD\"/src/**/*.{ts,tsx,js,jsx,json,css,md}\" --write"
},
"dependencies": {
"@polymeshassociation/signing-manager-types": "^3.3.0",
"@walletconnect/modal": "^2.6.2",
"@walletconnect/sign-client": "2.13.0",
"@polkadot/api": "^11.2.1",
"@polkadot/extension-dapp": "^0.47.4"
},
"devDependencies": {
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"@golevelup/ts-jest": "^0.5.6",
"@types/jest-when": "^3.5.5",
"@semantic-release/changelog": "^6.0.3",
"@types/jest": "27.4.0",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"@walletconnect/types": "2.13.0",
"@zerollup/ts-transform-paths": "1.7.18",
"cross-env": "7.0.3",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-semistandard": "17.0.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-standard": "5.0.0",
"husky": "8.0.3",
"jest": "29.5.0",
"jest-when": "^3.6.0",
"lint-staged": "13.2.0",
"prettier": "2.8.7",
"prettier-eslint": "15.0.1",
"prettier-eslint-cli": "7.1.0",
"semantic-release": "21.0.0",
"ts-jest": "^29.1.0",
"ttypescript": "1.5.15",
"typedoc": "0.23.18",
"typescript": "4.6.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/PolymeshAssociation/walletconnect-signing-manager.git"
}
}