-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.13 KB
/
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
{
"name": "nebulav2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Synthetify/hackatonV2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Synthetify/hackatonV2/issues"
},
"homepage": "https://github.com/Synthetify/hackatonV2#readme",
"dependencies": {
"@project-serum/anchor": "^0.2.2-beta.1",
"@project-serum/serum": "^0.13.23",
"@solana/spl-token": "^0.0.13",
"@solana/web3.js": "^0.91.3",
"binance-api-node": "^0.10.30"
},
"devDependencies": {
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-prettier-standard": "^4.0.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.2.1",
"prettier": "^2.2.1",
"prettier-config-standard": "^4.0.0"
}
}