calimero-wallet-utils
Version:
Calimero wallet integration utils
54 lines (53 loc) • 1.4 kB
JSON
{
"name": "calimero-wallet-utils",
"version": "0.0.1",
"description": "Calimero wallet integration utils",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"Calimero",
"NEAR",
"wallet"
],
"author": "Calimero Ltd",
"license": "(MIT)",
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"prettier": "^1.13.2",
"ts-jest": "^29.1.1",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"typescript": "^5.3.3"
},
"files": [
"lib/**/*"
],
"peerDependencies": {
"near-api-js": "^2.1.4"
},
"directories": {
"example": "examples",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/calimero-is-near/calimero-wallet-utils.git"
},
"bugs": {
"url": "https://github.com/calimero-is-near/calimero-wallet-utils/issues"
},
"homepage": "https://github.com/calimero-is-near/calimero-wallet-utils#readme"
}