mirror of
https://github.com/wharfkit/wallet-plugin-scatter.git
synced 2026-07-21 17:43:27 +00:00
58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"name": "@wharfkit/wallet-plugin-scatter",
|
|
"description": "A WalletPlugin for the Scatter wallet for use within the @wharfkit/session.",
|
|
"version": "1.5.1",
|
|
"homepage": "https://github.com/wharfkit/wallet-plugin-scatter",
|
|
"license": "BSD-3-Clause",
|
|
"main": "lib/cjs/index.js",
|
|
"module": "lib/esm/index.js",
|
|
"types": "lib/types/index.d.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"lib/*",
|
|
"src/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "make"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@wharfkit/protocol-scatter": "^1.3.1",
|
|
"@wharfkit/session": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/runtime": "^7.22.6",
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.1",
|
|
"@rollup/plugin-replace": "^5.0.1",
|
|
"@rollup/plugin-typescript": "^11.1.3",
|
|
"@types/chai": "^4.3.1",
|
|
"@types/mocha": "^9.0.0",
|
|
"@types/node": "^18.7.18",
|
|
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
|
"@typescript-eslint/parser": "^5.20.0",
|
|
"@wharfkit/session": "^1.4.0",
|
|
"chai": "^4.3.4",
|
|
"crypto-js": "^4.1.1",
|
|
"eslint": "^8.13.0",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"gh-pages": "^4.0.0",
|
|
"mocha": "^10.0.0",
|
|
"node-fetch": "^2.6.1",
|
|
"nyc": "^15.1.0",
|
|
"prettier": "^2.2.1",
|
|
"rollup": "^3.28.1",
|
|
"rollup-plugin-dts": "5.3.1",
|
|
"rollup-plugin-polyfill-node": "^0.12.0",
|
|
"ts-node": "^10.9.1",
|
|
"tsconfig-paths": "^4.1.1",
|
|
"typedoc": "^0.23.14",
|
|
"typescript": "^4.1.2",
|
|
"yarn-deduplicate": "^6.0.1"
|
|
}
|
|
}
|