25 lines
544 B
JSON
25 lines
544 B
JSON
{
|
|
"name": "@tensamin/mtp",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"format": "pnpm exec prettier --write .",
|
|
"lint": "eslint src --ext .ts,.tsx",
|
|
"build": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@methanium/ui": "*",
|
|
"@tauri-apps/api": "^2.11.1",
|
|
"@tensamin/shared": "workspace:*",
|
|
"@tensamin/storage": "workspace:*",
|
|
"mtp": "*",
|
|
"react": "^19.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^10.8.0"
|
|
}
|
|
}
|