superjson-temporal
Version:
SuperJSON serializers/deserializers for Temporal types.
58 lines (57 loc) • 1.35 kB
JSON
{
"name": "superjson-temporal",
"description": "SuperJSON serializers/deserializers for Temporal types.",
"author": "Ian Macalinao <me@ianm.com>",
"version": "0.5.3",
"license": "Apache-2.0",
"type": "module",
"sideEffects": false,
"files": [
"dist/",
"src/",
"README.md"
],
"repository": "github:macalinao/temporal-utils",
"homepage": "https://github.com/macalinao/temporal-utils",
"bugs": {
"url": "https://github.com/macalinao/temporal-utils/issues"
},
"keywords": [
"temporal",
"superjson"
],
"dependencies": {
"tslib": "^2.8.1"
},
"peerDependencies": {
"superjson": "^2.2.2",
"temporal-polyfill": "^0.2 || ^0.3"
},
"devDependencies": {
"@macalinao/eslint-config": "^8.1.0",
"@macalinao/tsconfig": "^3.2.5",
"@types/bun": "latest",
"eslint": "^10.0.2",
"superjson": "^2.2.2",
"temporal-polyfill": "^0.3.0",
"typescript": "^5.8.2"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "tsc",
"clean": "tsc --build --clean && rm -fr dist/",
"lint": "eslint .",
"test": "bun test src/"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}