{ "name": "@internationalized/date", "version": "3.8.2", "description": "Internationalized calendar, date, and time manipulation utilities", "license": "Apache-2.0", "main": "dist/main.js", "module": "dist/module.js", "exports": { "source": "./src/index.ts", "types": [ "./dist/types.d.ts", "./src/index.ts" ], "import": "./dist/import.mjs", "require": "./dist/main.js" }, "types": "dist/types.d.ts", "source": "src/index.ts", "files": [ "dist", "src" ], "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/adobe/react-spectrum/tree/main/packages/@internationalized/date" }, "dependencies": { "@swc/helpers": "^0.5.0" }, "publishConfig": { "access": "public" }, "gitHead": "265b4d7f107905ee1c6e87a8af1613ab440a6849" }