-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "injectweb3-connect",
"version": "1.2.7",
"description": "Package for connecting wallets injected with injectWeb3 object",
"main": "dist/index",
"type": "commonjs",
"scripts": {
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WRadoslaw/injectWeb3-connect.git"
},
"keywords": [
"polkadot",
"injectWeb3"
],
"author": "Radoslaw Wyszynski",
"license": "MIT",
"bugs": {
"url": "https://github.com/WRadoslaw/injectWeb3-connect/issues"
},
"homepage": "https://github.com/WRadoslaw/injectWeb3-connect#readme",
"devDependencies": {
"@types/jest": "^28.1.2",
"@types/mocha": "^9.1.1",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@webpack-cli/generators": "^2.5.0",
"eslint": "^8.17.0",
"jest": "^28.1.1",
"prettier": "^2.7.1",
"process": "^0.11.10",
"svg-url-loader": "^7.1.1",
"ts-loader": "^9.3.0",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@polkadot/api": "^8.8.2",
"@polkadot/extension-dapp": "^0.44.1",
"@polkadot/extension-inject": "^0.44.1",
"@polkadot/types-known": "^9.9.1",
"@polkadot/util-crypto": "^9.4.1"
},
"files": ["dist"]
}