forked from Zondax/filecoin-signing-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 916 Bytes
/
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
{
"name": "filecoin-signing-tools",
"private": true,
"description": "Filecoin signing tools",
"version": "0.0.0",
"author": "Zondax GmbH <info@zondax.ch>",
"homepage": "zondax.ch",
"license": "private",
"scripts": {},
"dependencies": {
"n": "^9.0.0"
},
"devDependencies": {
"@ipld/dag-cbor": "^8.0.0",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"multiformats": "^10.0.2",
"prettier": "^2.7.1",
"typescript": "^4.9.3"
},
"keywords": []
}