UNPKG

@coti-io/coti-snap

Version:

COTI Snap - MetaMask Snap for managing confidential tokens and confidential transactions

89 lines (88 loc) 2.78 kB
{ "name": "@coti-io/coti-snap", "version": "1.0.19-8ac5b7", "description": "COTI Snap - MetaMask Snap for managing confidential tokens and confidential transactions", "repository": { "type": "git", "url": "https://github.com/coti-io/coti-snap.git" }, "license": "MIT", "keywords": [ "metamask", "snap", "coti", "aes", "encryption", "confidential", "tokens", "ethereum", "blockchain" ], "author": "COTI Team", "homepage": "https://metamask.coti.io", "main": "./dist/bundle.js", "files": [ "dist/", "snap.manifest.json", "images/" ], "scripts": { "allow-scripts": "yarn workspace root allow-scripts", "build": "mm-snap build", "build:clean": "yarn clean && yarn build", "build:testnet": "SNAP_ENV=testnet NODE_ENV=production mm-snap build", "build:mainnet": "SNAP_ENV=mainnet NODE_ENV=production mm-snap build", "clean": "rimraf dist", "lint": "yarn lint:eslint && yarn lint:misc --check", "lint:eslint": "eslint . --cache --ext js,ts", "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write", "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' --ignore-path .gitignore", "prepublishOnly": "mm-snap manifest", "serve": "mm-snap serve", "start": "SNAP_ENV=local NODE_ENV=development mm-snap watch", "start:testnet": "SNAP_ENV=testnet NODE_ENV=development mm-snap watch", "test": "jest" }, "dependencies": { "@coti-io/coti-sdk-typescript": "^1.0.4", "@metamask/snaps-sdk": "^6.13.0", "ethers": "^6.13.4", "jest-transform-stub": "^2.0.0" }, "devDependencies": { "@jest/globals": "^29.5.0", "@metamask/auto-changelog": "^3.4.4", "@metamask/eslint-config": "^13.0.0", "@metamask/eslint-config-jest": "^13.0.0", "@metamask/eslint-config-nodejs": "^13.0.0", "@metamask/eslint-config-typescript": "^13.0.0", "@metamask/snaps-cli": "^6.5.2", "@metamask/snaps-jest": "^8.11.0", "@types/react": "18.2.4", "@types/react-dom": "18.2.4", "@typescript-eslint/eslint-plugin": "^5.42.1", "@typescript-eslint/parser": "^5.42.1", "eslint": "^8.45.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "~2.26.0", "eslint-plugin-jest": "^27.1.5", "eslint-plugin-jsdoc": "^41.1.2", "eslint-plugin-n": "^15.7.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", "jest": "^29.5.0", "prettier": "^3.0.0", "prettier-plugin-packagejson": "^2.4.0", "rimraf": "^3.0.2", "ts-jest": "^29.1.0", "typescript": "^4.7.4" }, "packageManager": "yarn@3.2.1", "engines": { "node": ">=18.6.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }