-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 899 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 899 Bytes
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
{
"name": "sustainus",
"ethereum": "sustainus.eth",
"version": "0.0.38",
"description": "Automatically donate to your dependencies to help sustain us",
"bin": "bin.js",
"scripts": {
"start": "NODE_ENV=development ./bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lastmjs/sustainus.git"
},
"author": "Jordan Last <jordan.michael.last@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lastmjs/sustainus/issues"
},
"homepage": "https://github.com/lastmjs/sustainus#readme",
"dependencies": {
"@types/node-fetch": "2.5.0",
"auto-launch": "5.0.5",
"bignumber.js": "9.0.0",
"electron": "6.0.3",
"ethers": "4.0.33",
"fkill": "6.2.0",
"idb-keyval": "3.2.0",
"lit-html": "1.1.2",
"node-fetch": "2.6.0",
"redux": "4.0.4",
"zwitterion": "0.31.0"
},
"devDependencies": {}
}