json-api-deserialize
Version:
A deserializer for JSON:API responses
41 lines • 886 B
JSON
{
"name": "json-api-deserialize",
"version": "0.0.4",
"description": "A deserializer for JSON:API responses",
"keywords": [
"json:api",
"json",
"api",
"jsonapi",
"deserializer",
"serializer",
"normalizer",
"deserialize",
"normalize",
"client",
"utils"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest",
"lint": "eslint .",
"test:ci": "jest --verbose",
"test:watch": "jest --watchAll",
"build": "tsc -p tsconfig.json"
},
"author": "TJ Hillard",
"license": "MIT",
"devDependencies": {
"@types/lodash": "^4.14.135",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"eslint": "^6.0.1",
"husky": "^3.0.0",
"jest": "^24.8.0",
"typescript": "^3.5.2"
},
"dependencies": {
"lodash": "^4.17.11"
}
}