-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
61 lines (61 loc) · 1.3 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "ethairballoons",
"version": "1.4.7",
"description": "A strictly typed ORM library for Ethereum blockchain",
"main": "lib/index.js",
"scripts": {
"test": "nyc mocha --check-leaks test/test.js --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petrosDemetrakopoulos/ethairballoons"
},
"bugs": {
"url": "https://github.com/petrosDemetrakopoulos/ethairballoons/issues"
},
"keywords": [
"ethereum",
"eth",
"ether",
"blockchain",
"web3",
"ganache",
"model",
"ORM",
"data",
"datastore",
"permanent",
"storage",
"crypto",
"cryptocurrencies",
"persistent",
"schema",
"backend",
"db",
"database",
"utilities",
"cryptocurrency"
],
"author": "Petros Demetrakopoulos",
"license": "MIT",
"funding": {
"type": "individual",
"url": "https://www.buymeacoffee.com/psdeme"
},
"dependencies": {
"handlebars": "^4.7.7",
"solc": "^0.8.20",
"web3": "^4.0.2"
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.44.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"ganache": "^7.8.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
}
}