Files
trezor-suite/suite-native/trading-consts/package.json

20 lines
511 B
JSON

{
"name": "@suite-native/trading-consts",
"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}'",
"type-check": "yarn g:tsc --build"
},
"dependencies": {
"@suite-common/trading": "workspace:*"
},
"devDependencies": {
"@suite-native/trading-types": "workspace:*"
}
}