Files
cryptowallet/packages/shared/package.json
ZOMBIIIIIII a81e29807c add project
2026-04-08 14:11:27 +03:00

14 lines
242 B
JSON

{
"name": "@cryptowallet/shared",
"version": "0.1.0",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"typescript": "^5.6.0"
}
}