@hooded-hub/abstract-name-service-snap
Version:
MetaMask Snap to resolve .abs domain names from the Abstract Naming Service.
64 lines (63 loc) • 1.77 kB
JSON
{
"name": "@hooded-hub/abstract-name-service-snap",
"version": "1.0.0",
"description": "MetaMask Snap to resolve .abs domain names from the Abstract Naming Service.",
"keywords": [
"ethereum",
"metamask",
"metamask-snap",
"snap",
"abstract-chain",
"ans",
"domain-resolution"
],
"repository": {
"type": "git",
"url": "https://github.com/0xshroomy/ans-snap.git"
},
"license": "(MIT-0 OR Apache-2.0)",
"author": "Hooded Hub",
"main": "./dist/bundle.js",
"files": [
"dist/",
"snap.manifest.json"
],
"scripts": {
"allow-scripts": "yarn workspace root allow-scripts",
"build": "mm-snap build",
"build:clean": "yarn clean && yarn 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' '**/*.yml' '!.yarnrc.yml' --ignore-path ../../.gitignore --no-error-on-unmatched-pattern",
"prepublishOnly": "mm-snap manifest",
"serve": "mm-snap serve",
"start": "mm-snap watch",
"test": "jest"
},
"dependencies": {
"@metamask/snaps-sdk": "~6.18.0",
"ethers": "^6.13.5"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@metamask/snaps-cli": "^6.6.0",
"@metamask/snaps-jest": "^8.9.0",
"@types/react": "18.2.4",
"@types/react-dom": "18.2.4",
"eslint": "^9.11.0",
"jest": "^29.5.0",
"rimraf": "^3.0.2",
"ts-jest": "^29.1.0",
"typescript": "~5.7.3"
},
"packageManager": "yarn@3.2.1",
"engines": {
"node": ">=18.6.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}