-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 964 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
{
"name": "sedimentology",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf build && tsc -p src --outDir build",
"clean": "rimraf build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/everlastingsong/sedimentology.git"
},
"author": "yugure-orca",
"license": "MIT",
"homepage": "https://github.com/everlastingsong/sedimentology#readme",
"dependencies": {
"@bull-board/express": "^5.8.3",
"@solana/web3.js": "^1.90.0",
"@yugure-orca/whirlpool-tx-decoder": "0.2.6",
"axios": "^1.5.0",
"bullmq": "^4.11.0",
"commander": "^11.0.0",
"lru-cache": "^10.0.1",
"mariadb": "^3.2.1",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.2",
"@types/node": "^16.11.7",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
}
}