-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 890 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.4",
"private": true,
"author": "xtools-at <https://github.com/xtools-at>",
"license": "AGPL-3.0",
"keywords": [
"hardware wallet",
"blockchain",
"crypto",
"esp32",
"arduino ide"
],
"repository": {
"type": "git",
"url": "https://github.com/xtools-at/colibri.git"
},
"engines": {
"node": ">=22",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.15.4",
"scripts": {
"web": "pnpm --filter @colibriwallet/web",
"sdk:ts": "pnpm --filter @colibriwallet/sdk"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",
"prettier": "^3.4.2"
}
}