-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1 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
{
"name": "deanonimization-tool",
"version": "1.0.0",
"description": "The tool to get twitter username by ethereum address",
"main": "index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"tslib": "^2.4.1",
"typescript": "4.9.3"
},
"devDependencies": {
"@swc-node/register": "^1.5.4",
"@swc/core": "^1.3.24",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.10",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.3.1",
"turbo": "1.6.3"
},
"scripts": {
"test-core": "jest ./packages/core",
"lint:ci": "turbo run lint --no-cache",
"dev:core": "pnpm --filter core run dev"
},
"author": "Superdao",
"license": "ISC"
}