-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@unstoppabledomains/unstoppable-resolution-snap",
"version": "1.0.1",
"description": "Resolve Unstoppable Domains in Metamask",
"repository": {
"type": "git",
"url": "https://github.com/unstoppabledomains/unstoppable-resolution-snap"
},
"license": "ISC",
"main": "./dist/bundle.js",
"files": [
"dist/",
"images/icon.svg",
"snap.manifest.json"
],
"scripts": {
"build": "mm-snap build",
"build:clean": "yarn clean && yarn build",
"clean": "rimraf dist",
"prepublishOnly": "mm-snap manifest",
"serve": "mm-snap serve",
"start": "mm-snap watch"
},
"dependencies": {
"@metamask/snaps-sdk": "^6.1.1",
"buffer": "^6.0.3"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
"@metamask/snaps-cli": "^6.2.1",
"rimraf": "^3.0.2",
"typescript": "^4.7.4"
},
"packageManager": "yarn@3.2.1",
"engines": {
"node": ">=18.6.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}