{ "name": "@manga-app/shared", "private": true, "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json" }, "devDependencies": { "typescript": "^5.4.2" } }