-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.36 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
{
"name": "@vanilladefi/sdk",
"version": "2.2.0",
"description": "Vanilla SDK Monorepo Consisting of Trade & Stake SDKs",
"repository": "[email protected]:vanilladefi/sdk.git",
"author": "Equilibrium",
"license": "MIT",
"scripts": {
"bootstrap": "./node_modules/.bin/lerna link --force-local && ./node_modules/.bin/lerna bootstrap --force-local",
"build": "./node_modules/.bin/lerna run build",
"clean": "./node_modules/.bin/lerna run --parallel clean",
"test": "./node_modules/.bin/jest",
"lint": "./node_modules/.bin/eslint .",
"format": "yarn lint --fix"
},
"devDependencies": {
"@babel/preset-typescript": "^7.16.7",
"@ethereum-waffle/jest": "^3.3.0",
"@ethersproject/signing-key": "^5.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@uniswap/default-token-list": "^3.0.0",
"copyfiles": "^2.4.1",
"dotenv": "^10.0.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"ethers": "^5.4.7",
"jest": "^27.4.7",
"lerna": "^4.0.0",
"prettier": "^2.4.1",
"regenerator-runtime": "^0.13.9",
"ts-jest": "^27.1.2",
"ts-prune": "^0.10.2",
"typedoc": "^0.22.7",
"typescript": "^4.5.4"
}
}