-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 829 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
{
"name": "sol-tempest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node ./src/index.ts",
"build": "tsc",
"serve": "node ./dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@project-serum/serum": "^0.13.65",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/web3.js": "^1.77.3",
"@types/express": "^4.17.17",
"@types/node": "^20.3.2",
"@vueform/slider": "^2.1.7",
"bs58": "^5.0.0",
"crypto-js": "^4.1.1",
"d3": "^7.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fastq": "^1.15.0",
"superstruct": "^1.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"vue-js-toggle-button": "^1.3.3",
"vue-slider-component": "^3.2.24",
"ws": "^8.13.0"
}
}