UNPKG

@triviality/serializer

Version:
51 lines (50 loc) 1.39 kB
{ "name": "@triviality/serializer", "private": false, "version": "1.1.6", "description": "Typescript serializer with an interface", "main": "index.js", "types": "index.d.ts", "scripts": { "prepublish": "yarn build", "build": "tsc", "watch": "tsc --watch", "test": "npm-run-all clean-build build lint unit-test copy-past-detection", "clean-build": "git clean -fdx --exclude node_modules", "lint": "tslint --project ./", "lint-fix": "tslint --project ./ --fix", "security-audit": "yarn audit", "create-readme": "ts-node ../../scripts/build_readme.ts", "unit-test": "jest", "unit-test-update": "jest -u", "copy-past-detection": "jscpd" }, "repository": { "type": "git", "url": "https://github.com/triviality-js/triviality.git" }, "keywords": [ "typescript", "serializer", "triviality", "transit", "class-transformer", "byte-serializer" ], "author": "Eric Pinxteren", "license": "MIT", "bugs": { "url": "https://github.com/triviality-js/triviality/issues" }, "homepage": "https://github.com/triviality-js/triviality#README", "dependencies": { "@triviality/core": "^1.2.5", "immutable": "^4.0.0-rc.12", "transit-immutable-js": "0", "transit-js": "0" }, "publishConfig": { "access": "public" }, "gitHead": "247a1771f3bb64e7738065cb4f700603c128eb4f" }