@tree-house/serializer
Version:
Json de/serialization made for consistency
61 lines (60 loc) • 1.46 kB
JSON
{
"name": "@tree-house/serializer",
"version": "4.0.0",
"description": "Json de/serialization made for consistency",
"keywords": [
"NodeJS",
"Treehouse",
"API",
"Secure",
"Customisable"
],
"homepage": "https://github.com/ShopBonsai/tree-house/tree/master/packages/core#readme",
"bugs": {
"url": "https://github.com/ShopBonsai/tree-house/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ShopBonsai/tree-house.git"
},
"license": "ISC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"test": "tests"
},
"scripts": {
"build": "npm run clean && tsc",
"clean": "rimraf ./dist",
"lint": "tslint 'src/**/*.ts'",
"prepare": "npm run build",
"pretest": "npm run build",
"test": "jest",
"test:coverage": "jest --coverage --collectCoverageFrom=src/**/*.ts",
"test:watch": "jest --watchAll"
},
"husky": {
"hooks": {
"pre-push": "npm run lint && npm run build"
}
},
"dependencies": {
"lodash": "~4.17.21"
},
"devDependencies": {
"@types/jest": "29.5.1",
"@types/lodash": "^4.14.175",
"coveralls": "3.1.1",
"husky": "8.0.3",
"jest": "29.5.0",
"rimraf": "~5.0.0",
"ts-jest": "29.1.0",
"tslint": "6.1.3",
"tslint-config-airbnb": "~5.11.2",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18.x"
},
"gitHead": "59ffeb322ac35858b96fe2cdfd770d3608113be9"
}