{ "name": "@batch-cooking/shared", "version": "0.0.0", "private": true, "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "scripts": { "test": "echo \"no tests yet\" && exit 0", "build": "echo \"no build step — consumed as TS source within the workspace\" && exit 0" }, "devDependencies": { "typescript": "^5.7.2" } }