@lab900/typescript-serializer
Version:
JSON serialization/deserialization of Typescript objects
46 lines (45 loc) • 1.17 kB
JSON
{
"name": "@lab900/typescript-serializer",
"version": "0.0.3",
"description": "JSON serialization/deserialization of Typescript objects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint && npm version patch --no-git-tag-version"
},
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lab900/typescript-serializer.git"
},
"keywords": [
"Lab900",
"JSON",
"Typescript",
"Serializer",
"Deserializer",
"Serialization"
],
"author": "Lab900 <info@lab900.com> (https://lab900.com)",
"licens": "MIT",
"bugs": {
"url": "https://github.com/lab900/typescript-serializer/issues"
},
"homepage": "https://github.com/lab900/typescript-serializer#readme",
"devDependencies": {
"tslib": "^2.0.3",
"typescript": "^4.1.3",
"tslint": "~6.1.0",
"codelyzer": "^6.0.0"
},
"peerDependencies": {
"reflect-metadata": "^0.1.13"
},
"dependencies": {}
}