forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 692 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 692 Bytes
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
{
"bugs": "https://github.com/polkadot-js/apps/issues",
"engines": {},
"homepage": "https://github.com/polkadot-js/apps/tree/master/packages/react-signer#readme",
"license": "Apache-2.0",
"name": "@polkadot/react-signer",
"private": true,
"repository": {
"directory": "packages/react-signer",
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": true,
"type": "module",
"version": "0.98.2-3",
"bin": {},
"scripts": {},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/react-components": "^0.98.2-3"
},
"devDependencies": {},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}