UNPKG

@tsed/json-mapper

Version:
73 lines 1.87 kB
{ "name": "@tsed/json-mapper", "description": "Json mapper module for Ts.ED Framework", "type": "module", "version": "8.8.0", "source": "./src/index.ts", "main": "./lib/esm/index.js", "module": "./lib/esm/index.js", "typings": "./lib/types/index.d.ts", "browser": "./lib/browser/json-mapper.umd.min.js", "exports": { ".": { "tsed-source": "./src/index.ts", "types": "./lib/types/index.d.ts", "browser": "./lib/browser/json-mapper.umd.min.js", "import": "./lib/esm/index.js", "default": "./lib/esm/index.js" } }, "scripts": { "clean": "rm -rf lib", "build": "yarn clean && yarn barrels && yarn build:ts && yarn run build:browser", "build:browser": "webpack", "barrels": "barrels", "test": "vitest run", "build:ts": "tsc --build tsconfig.esm.json", "test:ci": "vitest run --coverage.thresholds.autoUpdate=true" }, "keywords": [ "TypeScript", "decorators", "models", "json mapper", "mapper", "serialization", "deserialization", "class", "classes", "tsed" ], "dependencies": { "tslib": "2.7.0" }, "devDependencies": { "@tsed/barrels": "8.8.0", "@tsed/core": "8.8.0", "@tsed/schema": "8.8.0", "@tsed/typescript": "8.8.0", "eslint": "9.12.0", "typescript": "5.4.5", "vitest": "3.0.9", "webpack": "^5.75.0" }, "peerDependencies": { "@tsed/core": ">=8.8.0", "@tsed/schema": ">=8.8.0" }, "peerDependenciesMeta": { "@tsed/core": { "optional": false }, "@tsed/schema": { "optional": false } }, "repository": "https://github.com/tsedio/tsed", "bugs": { "url": "https://github.com/tsedio/tsed/issues" }, "homepage": "https://github.com/tsedio/tsed/tree/production/packages/specs/json-mapper", "author": "Romain Lenzotti", "license": "MIT" }