freehold
Version:
App data encryption for web3
32 lines (31 loc) • 712 B
JSON
{
"name": "freehold",
"version": "0.0.2",
"description": "App data encryption for web3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npx tsc",
"test": "ts-mocha -p ./tsconfig.json ./test/**/*.spec.ts"
},
"keywords": [
"web3",
"encryption",
"security",
"data",
"freehold"
],
"author": "Tim Coulter <tim@timothyjcoulter.com>",
"license": "ISC",
"devDependencies": {
"@types/crypto-js": "^4.0.2",
"@types/mocha": "^9.0.0",
"ethers": "^5.5.1",
"expect": "^27.3.1",
"jackhammer": "^0.0.4",
"ts-mocha": "^8.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.4.4",
"webcrypto-liner": "^1.2.4"
}
}