elearning/Frontend-Learner/node_modules/seroval/package.json
2026-01-13 10:48:02 +07:00

67 lines
No EOL
1.5 KiB
JSON

{
"name": "seroval",
"type": "module",
"version": "1.4.2",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"license": "MIT",
"keywords": [
"pridepack"
],
"devDependencies": {
"@types/node": "^24.10.0",
"@vitest/ui": "^4.0.6",
"pridepack": "2.6.4",
"ts-prune": "^0.10.3",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"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/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
"module": "./dist/esm/production/index.mjs",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"development": {
"require": "./dist/cjs/development/index.cjs",
"import": "./dist/esm/development/index.mjs"
},
"require": "./dist/cjs/production/index.cjs",
"import": "./dist/esm/production/index.mjs"
}
},
"typesVersions": {
"*": {}
},
"scripts": {
"build": "pridepack build",
"type-check": "pridepack check",
"clean": "pridepack clean",
"watch": "pridepack watch",
"start": "pridepack start",
"dev": "pridepack dev",
"test": "vitest",
"test:ui": "vitest --ui",
"prune": "ts-prune"
}
}