seroval
Version:
Stringify JS values
69 lines • 1.53 kB
JSON
{
"name": "seroval",
"type": "module",
"version": "1.6.2",
"files": [
"dist"
],
"engines": {
"node": ">=10"
},
"license": "MIT",
"keywords": [
"pridepack",
"solid-js",
"tanstack",
"serialization"
],
"devDependencies": {
"@types/node": "^24.10.0",
"@vitest/ui": "^4.0.6",
"esbuild": "^0.28.1",
"temporal-polyfill": "^0.3.2",
"ts-prune": "^0.10.3",
"tsdown": "^0.22.14",
"tslib": "^2.8.1",
"typescript": "^7.0.2",
"vitest": "^4.0.6"
},
"private": false,
"description": "Stringify JS values",
"repository": {
"url": "https://github.com/lxsmnsyc/seroval.git",
"type": "git"
},
"homepage": "https://github.com/lxsmnsyc/seroval/tree/main/packages/seroval",
"bugs": {
"url": "https://github.com/lxsmnsyc/seroval/issues"
},
"publishConfig": {
"access": "public"
},
"author": "Alexis Munsayac",
"types": "./dist/index.d.cts",
"exports": {
".": {
"development": {
"import": "./dist/dev/index.js",
"require": "./dist/dev/index.cjs",
"default": "./dist/dev/index.js"
},
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"typesVersions": {
"*": {}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"scripts": {
"build": "tsdown",
"watch": "tsdown --watch",
"test": "vitest",
"test:ui": "vitest --ui",
"prune": "ts-prune"
}
}