-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 875 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
33
34
35
36
{
"name": "@colibriwallet/monorepo",
"description": "DIY hardware wallet based on ESP32 boards",
"version": "0.0.2",
"private": true,
"author": "xtools-at <https://github.com/xtools-at>",
"license": "UNLICENSED",
"keywords": [
"hardware wallet",
"blockchain",
"crypto",
"esp32"
],
"repository": {
"type": "git",
"url": "https://github.com/xtools-at/colibri.git"
},
"engines": {
"node": ">=20",
"pnpm": ">=8"
},
"packageManager": "[email protected]",
"scripts": {
"sdk:ts": "pnpm --filter @colibriwallet/sdk"
},
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.0",
"typescript": "^4.4.3"
}
}