-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.06 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@dimo-network/transactions",
"version": "0.1.73",
"description": "DIMO Transactions SDK",
"keywords": [
"DIMO"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"type": "module",
"scripts": {
"format": "prettier --write .",
"prebuild": "rm -rf ./dist && node -p \"'export const LIB_VERSION = \\'' + require('./package.json').version + '\\';'\" > src/version.ts",
"build": "tsc -p ./tsconfig.build.json && tsc-alias",
"dev": "tsc --watch & nodemon --watch dist --delay 1 --exec tsc-alias",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext .ts,.tsx --fix"
},
"dependencies": {
"@turnkey/api-key-stamper": "^0.4.3",
"@turnkey/http": "^2.13.0",
"@turnkey/viem": "^0.4.30",
"@zerodev/ecdsa-validator": "^5.4.0",
"@zerodev/sdk": "^5.4.0",
"ethers": "^6.13.3",
"uuid": "^11.0.2",
"viem": "^2.21.49"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/plugin-proposal-decorators": "^7.22.7",
"@babel/plugin-transform-react-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@peculiar/webcrypto": "^1.4.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/preact": "^2.0.1",
"@types/jest": "^27.5.2",
"@types/node": "^14.18.54",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"babel-jest": "^27.5.1",
"eslint": "^8.45.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^27.5.1",
"jest-chrome": "^0.7.2",
"jest-websocket-mock": "^2.4.0",
"nodemon": "^3.1.0",
"prettier": "^3.0.0",
"sass": "^1.64.1",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.10",
"tslib": "^2.6.0",
"typescript": "^5.1.6"
},
"author": "",
"license": "ISC"
}