{ "name": "@ssr/common", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "tsup src/index.ts --watch", "build": "tsup src/index.ts" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "tsup": "^6.5.0", "typescript": "^5" } }