mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 23:15:23 +01:00
23 lines
608 B
JSON
23 lines
608 B
JSON
{
|
|
"name": "@trezor/webextension-mv3-sw-ts",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index",
|
|
"scripts": {
|
|
"type-check": "yarn g:tsc --build",
|
|
"build": "webpack --mode production"
|
|
},
|
|
"dependencies": {
|
|
"@trezor/connect-webextension": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@trezor/eslint": "workspace:^",
|
|
"@types/chrome": "^0.0.299",
|
|
"copy-webpack-plugin": "^13.0.1",
|
|
"html-webpack-plugin": "5.6.6",
|
|
"webpack": "5.104.1"
|
|
}
|
|
}
|