croak-wallet-sdk
Version:
Guide for installation and usage of Croak's Web3 walllet.
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "croak-wallet-sdk",
"version": "1.0.70",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"files": [
"wallet/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/croak-xyz/croak-js-doc.git"
},
"keywords": [
"web3",
"ethereum",
"wallet",
"non-custodial",
"security"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/croak-xyz/croak-js-doc/issues"
},
"homepage": "https://github.com/croak-xyz/croak-js-doc#readme",
"devDependencies": {
"@types/jest": "^28.1.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"jest": "^28.1.3",
"path": "^0.12.7",
"prettier": "^2.7.1",
"process": "0.11.10",
"ts-jest": "^28.0.7",
"ts-loader": "^9.3.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.7.4",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"ethers": "^5.6.8",
"process": "0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}