{ "name": "@batch-cooking/date-tools", "version": "0.0.0", "private": true, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "scripts": { "test": "echo \"no tests yet\" && exit 0", "build": "tsc -p tsconfig.json", "postinstall": "tsc -p tsconfig.json" }, "devDependencies": { "@types/luxon": "^3.4.2", "typescript": "^5.7.2" }, "dependencies": { "luxon": "^3.5.0" } }