{ "name": "tk-serializer", "version": "1.1.2", "description": "Typescript/Javascript serializer, with full object reconstruction", "author": { "name": "Michaƫl Lemaire", "url": "https://thunderk.net" }, "repository": { "type": "git", "url": "https://code.thunderk.net/tslib/tk-serializer.git" }, "license": "ISC", "source": "src/index.ts", "main": "dist/tk-serializer.umd.js", "module": "dist/tk-serializer.modern.js", "types": "dist/index.d.ts", "scripts": { "build": "microbundle build -f modern,umd", "test": "jest", "prepare": "npm run build", "prepublishOnly": "npm test", "normalize": "tk-base", "dev": "run-p dev:*", "dev:test": "jest --watchAll", "dev:build": "microbundle watch -f modern,umd", "dev:serve": "live-server --host=localhost --port=5000 --no-browser --ignorePattern='.*\\.d\\.ts' dist" }, "files": [ "/src", "/dist" ], "devDependencies": { "tk-base": "^0.2.5" }, "bugs": { "url": "https://gitlab.com/thunderk/tk-serializer/issues" }, "homepage": "https://code.thunderk.net/tslib/tk-serializer", "keywords": [ "typescript" ] }