forked from afmsavage/rarity-levelup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 807 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
{
"name": "rarity-levelup",
"version": "0.0.1",
"description": "Quick app for automating rarity summoner adventuring and leveling up",
"main": "main.js",
"scripts": {
"build": "docker build --tag rarity-bot .",
"lint": "eslint -c .eslintrc.js . *.js",
"run": "node main.js",
"prettier": "prettier --write .",
"mint": "node actions/mint.js"
},
"keywords": [
"ethereum",
"rarity",
"nft"
],
"author": "Antonio Savage",
"license": "MIT",
"dependencies": {
"@ethersproject/experimental": "^5.4.0",
"dotenv": "^10.0.0",
"ethers": "^5.4.6"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.4.0"
}
}