mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 22:15:13 +01:00
20 lines
532 B
JSON
20 lines
532 B
JSON
{
|
|
"name": "@suite/idb-migration-utils",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"test:unit": "yarn g:jest",
|
|
"type-check": "yarn g:tsc --build",
|
|
"make:migration": "yarn g:tsx ./scripts/makeMigration.ts"
|
|
},
|
|
"dependencies": {
|
|
"idb": "^8.0.3",
|
|
"semver": "^7.7.1"
|
|
}
|
|
}
|