-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.22 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.22 KB
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
{
"repository": "https://github.com/dmitrytarassov/crypto-tools.git",
"author": "Dmitriy Tarasov <meowbl@icloud.com>",
"license": "MIT",
"private": false,
"main": "./index.ts",
"files": [
"./"
],
"devDependencies": {
"@jest/globals": "^29.5.0",
"@microsoft/api-extractor": "^7.43.0",
"@typechain/ethers-v5": "^11.1.2",
"@types/express": "^4.17.21",
"@types/jsdom": "^21.1.7",
"@types/node": "^20",
"@types/sha256": "^0.2.2",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"dotenv": "^16.4.5",
"eslint": "^8.40.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "13.5.2",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"jest": "^29.7.0",
"jsdom": "^24.1.1",
"prettier": "^2.8.8",
"ts-jest": "^29.2.4",
"tsup": "^8.2.4",
"typechain": "^8.3.2"
}
}