freename-resolution-snap
Version:
MetaMask snap for resolving domains to addresses, offered by Freename.io web3 resolver
89 lines (88 loc) • 2.54 kB
JSON
{
"name": "freename-resolution-snap",
"version": "1.0.6",
"description": "MetaMask snap for resolving domains to addresses, offered by Freename.io web3 resolver",
"repository": {
"type": "git",
"url": "https://github.com/FreenameDomains/freename-resolution-snap.git"
},
"license": "Apache-2.0",
"main": "./dist/bundle.js",
"files": [
"dist/",
"images/",
"snap.manifest.json"
],
"keywords": [
"npm",
"package",
"metamask",
"snap",
"freename",
"web3",
"resolver"
],
"author": {
"name": "Freename.io",
"email": "support@freename.io"
},
"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' '!CHANGELOG.md' --ignore-path .gitignore",
"prepublishOnly": "npx mm-snap manifest",
"serve": "mm-snap serve",
"start": "mm-snap watch",
"test": "jest"
},
"dependencies": {
"@metamask/snaps-sdk": "6.10.0",
"yarn": "1.22.22"
},
"devDependencies": {
"@jest/globals": "29.5.0",
"@metamask/auto-changelog": "3.4.4",
"@metamask/eslint-config": "12.2.0",
"@metamask/eslint-config-jest": "12.1.0",
"@metamask/eslint-config-nodejs": "12.1.0",
"@metamask/eslint-config-typescript": "12.1.0",
"@metamask/snaps-cli": "6.6.0",
"@metamask/snaps-jest": "8.7.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": "2.7.1",
"prettier-plugin-packagejson": "2.2.11",
"rimraf": "3.0.2",
"ts-jest": "29.1.0",
"typescript": "latest",
"webpack": "5.97.1",
"webpack-cli": "6.0.1"
},
"packageManager": "yarn@4.6.0",
"engines": {
"node": ">=20.18.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"resolutions": {
"@metamask/snaps-webpack-plugin": "4.2.0"
}
}