-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 993 Bytes
/
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
{
"name": "@vandeurenglenn/custom-web3",
"version": "1.3.0",
"description": "Web3 custom-element, brings the whole api and a bit more.",
"module": "custom-web3.js",
"main": "custom-web3.js",
"scripts": {
"c": "npm run compile",
"compile": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"web3",
"custom",
"element",
"contract",
"easy",
"simple",
"api",
"eth",
"ethereum"
],
"engines": {
"node": ">=10.0"
},
"author": "Glenn Vandeuren <[email protected]>",
"license": "MIT",
"dependencies": {
"web3": "^4.0.1"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"rollup": "^2.35.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VandeurenGlenn/custom-web3.git"
},
"bugs": {
"url": "https://github.com/VandeurenGlenn/custom-web3/issues"
},
"homepage": "https://github.com/VandeurenGlenn/custom-web3#readme"
}