UNPKG

hydratable

Version:

Serialize/Deserialize your JSON objects

52 lines (51 loc) 1.36 kB
{ "name": "hydratable", "version": "1.4.5", "description": "Serialize/Deserialize your JSON objects", "main": "./dist/hydrate.js", "module": "./dist/hydrate.js", "types": "./dist/hydrate.d.ts", "files": [ "dist" ], "scripts": { "build": "npm run clean && tsc -p ./tsconfig.build.json", "clean": "rimraf dist", "test": "nyc mocha --colors", "test:watch": "nyc mocha -w --colors", "test:debug": "nyc mocha -w --colors --inspect-brk=0.0.0.0", "lint": "eslint -c .eslintrc --ext .ts src/", "lint:fix": "eslint --fix -c .eslintrc --ext .ts src/", "deploy": "rm -rf dist && npm run build && npm publish" }, "author": "Matt Clyde", "repository": { "type": "git", "url": "git+https://github.com/mjclyde/hydratable.git" }, "keywords": [ "serialize", "deserialize", "serialization", "deserialization", "json" ], "license": "ISC", "devDependencies": { "@types/chai": "^4.3.5", "@types/mocha": "^10.0.1", "@types/node": "^20.5.0", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", "chai": "^4.3.7", "eslint": "^8.47.0", "eslint-config-prettier": "^9.0.0", "mocha": "^10.2.0", "nyc": "^15.1.0", "ts-node": "^10.9.1", "typescript": "^5.1.6" }, "dependencies": { "buffer": "^6.0.3" } }