arweave-account
Version:
Account protocol library on Arweave by Metaweave.xyz
47 lines (46 loc) • 1.21 kB
JSON
{
"name": "arweave-account",
"version": "1.4.3",
"description": "Account protocol library on Arweave by Metaweave.xyz",
"type": "commonjs",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"test": "uvu -r tsm -r node-localstorage/register tests",
"build": "tsc",
"build:browser": "npx browserify -r ./lib/index.js:Account > dist/bundle.js",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MetaweaveTeam/arweave-account.git"
},
"keywords": [
"Arweave",
"Metaweave"
],
"author": "cromatikap",
"license": "ISC",
"bugs": {
"url": "https://github.com/MetaweaveTeam/arweave-account/issues"
},
"homepage": "https://github.com/MetaweaveTeam/arweave-account#readme",
"devDependencies": {
"nock": "^13.2.4",
"node-localstorage": "^2.2.1",
"prettier": "^2.5.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tsm": "^2.2.1",
"typescript": "^4.5.5",
"uvu": "^0.5.3"
},
"dependencies": {
"ardb": "^1.1.10",
"arweave": "^1.14.0"
}
}