-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
43
44
45
{
"name": "@tulip-protocol/platform-sdk-node",
"version": "2.0.22",
"description": "Tulip Protocol SDK for Node",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tulip Protocol",
"license": "ISC",
"homepage": "https://tulip.garden/",
"dependencies": {
"@project-serum/anchor": "^0.6.0",
"@project-serum/associated-token": "^0.1.1",
"@project-serum/borsh": "^0.1.1",
"@project-serum/serum": "^0.13.33",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.4.0",
"anchor18": "npm:@project-serum/anchor@^0.18.0",
"bignumber.js": "^9.0.1",
"decimal.js": "^10.4.3",
"lodash": "^4.17.21",
"process": "^0.11.10",
"superstruct": "0.8.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-jsdoc": "^36.1.0",
"eslint-plugin-lodash": "^7.3.0",
"eslint-plugin-security": "^1.4.0",
"typescript": "^4.4.4"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"env": {
"es2020": true
}
}
}