@aptstats/safepal-wallet-extension
Version:
This repo depends on [Aptos Wallet Framework](https://github.com/AptStats/Aptos-Wallet-Framework)
51 lines • 1.19 kB
JSON
{
"name": "@aptstats/safepal-wallet-extension",
"version": "0.0.3",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"src",
"dist"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "rm -rf dist; tsc"
},
"repository": {
"url": "https://github.com/AptStats/safepal-wallet-extension"
},
"keywords": [
"Aptos",
"AptStats",
"Aptos wallet",
"Aptos Wallet Adapters",
"Aptos wallet extensions",
"SafePal",
"SafePal Wallet"
],
"author": {
"name": "Eric Allen",
"email": "eric@aptstats.xyz",
"url": "https://aptstats.xyz"
},
"peerDependencies": {
"aptos": "^1.3.16"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^18.7.6",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "^4.7.4"
},
"dependencies": {
"@aptstats/aptos-wallet-framework": "^0.0.2",
"aptos": "^1.4.0",
"eventemitter3": "^4.0.7"
}
}