forked from mapprotocol/compass-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 902 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 902 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
35
36
37
{
"name": "compass-ts",
"version": "1.0.0",
"description": "compass-ts version",
"main": "index.js",
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
"start": "node ./app/index.js",
"run": "node ./app/index.js",
"eslint": "eslint . --ext ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lbtsm/compass-ts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lbtsm/compass-ts/issues"
},
"homepage": "https://github.com/lbtsm/compass-ts#readme",
"devDependencies": {
"@types/node": "^18.13.0",
"tslint": "^6.1.3",
"typescript": "^4.9.5"
},
"dependencies": {
"@project-serum/anchor": "^0.26.0",
"@solana/web3.js": "^1.95.3",
"bitcoinjs-lib": "^6.1.7",
"commander": "^12.1.0",
"ethers": "^6.13.5",
"mysql": "^2.18.1",
"mysql2": "^3.11.0"
}
}