mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 22:45:29 +01:00
25 lines
655 B
JSON
25 lines
655 B
JSON
{
|
|
"name": "@trezor/suite-storage",
|
|
"version": "1.0.0",
|
|
"author": "Trezor <info@trezor.io>",
|
|
"private": true,
|
|
"keywords": [
|
|
"Trezor",
|
|
"suite-storage"
|
|
],
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"description": "trezor suite storage",
|
|
"scripts": {
|
|
"type-check": "yarn g:tsc --build tsconfig.json",
|
|
"type-check:watch": "yarn type-check -- --watch",
|
|
"depcheck": "yarn g:depcheck"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"browser": "./src/index.ts",
|
|
"dependencies": {
|
|
"@trezor/eslint": "workspace:*",
|
|
"@trezor/utils": "workspace:*",
|
|
"idb": "^8.0.3"
|
|
}
|
|
}
|