{ "name": "@js-monorepo-example/shared", "version": "0.0.1", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "clean": "rm -rf dist" }, "devDependencies": { "typescript": "^7.0.2" } }