-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
44 lines (44 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
44
{
"name": "sneiper",
"version": "1.0.0",
"description": "Snipe NFTS on SEI",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/fudgebucket27/sneiper.git"
},
"keywords": [
"sniper",
"nft",
"sei"
],
"author": "Fudgey",
"license": "MIT",
"bugs": {
"url": "https://github.com/fudgebucket27/sneiper/issues"
},
"homepage": "https://github.com/fudgebucket27/sneiper#readme",
"dependencies": {
"@noble/hashes": "^1.3.3",
"@sei-js/core": "^3.1.3",
"@sei-js/proto": "^3.1.0",
"@sei-js/react": "^3.2.0",
"axios": "^1.6.7",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.4.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"merkletreejs": "^0.3.11",
"open": "^10.0.3"
},
"devDependencies": {
"@types/node": "^20.11.6",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}