-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.19 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
43
44
45
46
47
48
49
50
{
"name": "m3ters",
"version": "1.0.6",
"license": "CC0-1.0",
"author": "iChristwin",
"description": "React toolkit tailored to M3tering Protocol for handling ugly crypto strings",
"keywords": [
"react",
"svg",
"avatar",
"web3"
],
"homepage": "https://github.com/iChristwin/m3ters.js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/iChristwin/m3ters.js.git"
},
"bugs": {
"url": "https://github.com/iChristwin/m3ters.js/issues"
},
"dependencies": {
"seedrandom": "^3.0.5"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.9.1"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rollup": "rollup -c"
},
"type": "module",
"source": "src/index.js",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.js",
"files": [
"dist"
]
}