Files
trezor-suite/packages/connect-examples/webextension/package.json
2026-02-16 14:29:26 +01:00

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"
}
}