-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "@qubic-lib/qubic-mm-snap",
"version": "0.0.1",
"description": "Manage Qubic assets and connect to Qubic apps with MetaMask.",
"main": "src/index.js",
"scripts": {
"serve": "mm-snap build && mm-snap serve",
"start": "mm-snap watch",
"build": "mm-snap build",
"deploy": "pnpm build && mm-snap manifest && pnpm publish",
"test": "jest"
},
"homepage": "https://github.com/qubic/qubic-mm-snap",
"author": "couch42 <[email protected]>",
"license": "Qubic's Anti Military License",
"repository": {
"type": "git",
"url": "https://github.com/qubic/qubic-mm-snap.git"
},
"bugs": "https://github.com/qubic/qubic-mm-snap/issues",
"files": [
"dist/",
"logo.svg",
"snap.manifest.json"
],
"dependencies": {
"@babel/runtime": "7.21.5",
"@metamask/key-tree": "7.0.0",
"@metamask/snaps-cli": "6.2.1",
"@metamask/snaps-sdk": "6.0.0",
"@qubic-lib/qubic-ts-library": "0.1.2",
"qubic-ts-library": "0.1.2"
},
"devDependencies": {
"jest": "^29.7.0"
}
}