@fort-major/masquerade
Version:
Privacy-focused MetaMask snap for the Internet Computer (ICP)
57 lines • 1.63 kB
JSON
{
"name": "@fort-major/masquerade",
"version": "0.2.6",
"description": "Privacy-focused MetaMask snap for the Internet Computer (ICP)",
"keywords": [
"MetaMask",
"web3",
"Internet Computer",
"ICP",
"wallet",
"authorization",
"login",
"crypto",
"icrc1",
"agent"
],
"main": "dist/bundle.js",
"types": "",
"author": "fort-major.org",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fort-major/masquerade.git"
},
"bugs": {
"url": "https://github.com/fort-major/masquerade/issues"
},
"homepage": "https://icp.msq.tech",
"scripts": {
"prod:build": "tsc && pnpm run version:set && pnpm run prod:build-snap",
"prod:build-snap": "mm-snap build -s ./src/index.ts",
"prod:pub": "mm-snap manifest --fix && npm publish",
"dev:build": "tsc && mm-snap build -s ./src/index.ts",
"dev": "mm-snap watch -s ./src/index.ts -d dist",
"dev:runSnap": "pnpm run dev",
"test": "jest",
"lint": "eslint --fix src --ext .ts --ext .tsx",
"format": "pnpm exec prettier ./src/**/*.{ts,tsx} --write",
"version:set": "node ../../set-version.js",
"doc": "typedoc ./src/**/*.{ts,tsx}"
},
"devDependencies": {
"@metamask/snaps-cli": "3.0.5",
"@metamask/snaps-jest": "4.0.1",
"@metamask/snaps-types": "3.1.0",
"@types/jest": "29.5.10",
"@types/node": "20.10.3",
"cbor-x": "1.5.6",
"jest": "29.7.0",
"ts-jest": "29.1.1"
},
"dependencies": {
"@dfinity/identity-secp256k1": "0.20.2",
"@fort-major/masquerade-shared": "workspace:*",
"@metamask/snaps-ui": "3.1.0"
}
}