1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "@polkawallet/js-api",
- "version": "3.2.1",
- "main": "index.js",
- "license": "Apache-2.0",
- "keywords": [
- "Polkadot",
- "Polkawallet"
- ],
- "author": "Shawn yang <dhryxy@gmail.com>",
- "maintainers": [
- "Shawn Yang <dhryxy@gmail.com>"
- ],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/polkawallet-io/js_api.git"
- },
- "bugs": {
- "url": "https://github.com/polkawallet-io/js_api/issues"
- },
- "scripts": {
- "clean": "rm -rf dist/*",
- "build": "webpack --mode production",
- "build-dev": "webpack --mode development"
- },
- "resolutions": {
- "@polkadot/api": "^8.5.1",
- "bn.js": "4.12.0"
- },
- "dependencies": {
- "@polkadot/api": "^8.5.1",
- "@polkadot/extension-dapp": "^0.43.2",
- "@polkadot/ui-shared": "^2.2.1",
- "@walletconnect/sign-client": "2.0.0-beta.100",
- "@walletconnect/utils": "2.0.0-beta.100",
- "bn.js": "^5.1.2",
- "oo7-substrate": "^0.8.0",
- "process": "^0.11.10",
- "secp256k1": "^3.8.0",
- "typescript": "^4.5.5"
- },
- "devDependencies": {
- "@babel/core": "^7.14.8",
- "@babel/plugin-transform-runtime": "^7.14.5",
- "@babel/preset-env": "^7.14.8",
- "@babel/preset-typescript": "^7.14.5",
- "babel-loader": "^8.0.6",
- "crypto-browserify": "^3.12.0",
- "eslint": "^6.8.0",
- "eslint-config-prettier": "^6.9.0",
- "eslint-plugin-prettier": "^3.1.2",
- "prettier": "^1.19.1",
- "source-map-loader": "^3.0.1",
- "stream-browserify": "^3.0.0",
- "webpack": "^5.65.0",
- "webpack-cli": "^4.9.2"
- }
- }
|