-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 798 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 798 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
{
"name": "discord-nft-sales-bot",
"version": "1.0.3",
"description": "Open source NFT sales discord bot",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:nftboi/discord-nft-sales-bot.git",
"author": "nftboi <ethnftboi@protonmail.com>",
"license": "MIT",
"dependencies": {
"bignumber.js": "^9.0.1",
"date-fns": "^2.25.0",
"debug": "^4.3.2",
"discord.js": "^13.2.0",
"node-fetch": "^2.6.1",
"typescript": "^4.4.3",
"web3": "^1.6.0"
},
"scripts": {
"build": "tsc",
"prepare": "yarn build"
},
"engines": {
"node": ">=16.6.0",
"npm": ">=7.0.0"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node-fetch": "^2.5.12",
"web3-core": "^1.6.0",
"web3-utils": "^1.6.0"
}
}