-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.49 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
{
"name": "@reorg-notifier/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"axios": "^1.6.0",
"@t3-oss/env-core": "0.8.0",
"dotenv": "^16.4.5",
"memoizee": "^0.4.15",
"p-queue": "^6.6.2",
"@stacks/blockchain-api-client": "^7.9.0",
"@stacks/stacks-blockchain-api-types": "^7.8.2",
"p-retry": "^4.6.2",
"got-cjs": "^12.5.4",
"ramda": "^0.29.1",
"tslib": "^2.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@nx/esbuild": "18.2.3",
"@nx/eslint": "18.2.3",
"@nx/eslint-plugin": "18.2.3",
"@nx/jest": "18.2.3",
"@types/memoizee": "^0.4.11",
"@nx/js": "18.2.3",
"@nx/node": "18.2.3",
"@nx/workspace": "18.2.3",
"@swc-node/register": "~1.8.0",
"@swc/core": "~1.3.85",
"@types/ramda": "^0.29.11",
"@swc/helpers": "~0.5.2",
"@types/jest": "^29.4.0",
"@types/node": "~18.16.9",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"esbuild": "^0.19.2",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"nx": "18.2.3",
"prettier": "^2.6.2",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-solidity": "^1.3.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.4.2"
},
"nx": {
"includedScripts": []
}
}