UNPKG

kitsu-core

Version:

Core serialisation and deserialsation functions for the kitsu JSON:API client

61 lines (60 loc) 1.6 kB
{ "version": "6.3.0", "name": "kitsu-core", "description": "Core serialisation and deserialsation functions for the kitsu JSON:API client", "author": "James Harris <wopian@wopian.me>", "contributors": [ "Brandon Martinez <me@brandonmartinez.com>", "Daniel Skogly <daniel.skogly@protonmail.com>", "Lukas Erlacher <erlacher@in.tum.de>", "Matthew Dias <matthewdias@me.com>", "Menthol <bennetteson@gmail.com>" ], "license": "MIT", "main": "lib", "module": "lib", "homepage": "https://github.com/wopian/kitsu/tree/master/packages/kitsu-core#readme", "repository": "https://github.com/wopian/kitsu/tree/master/packages/kitsu-core", "bugs": { "url": "https://github.com/wopian/kitsu/issues" }, "engines": { "node": ">=6" }, "keywords": [ "kitsu", "jsonapi", "json-api", "serialize", "deserialize" ], "scripts": { "docs:lint": "documentation lint src/index.js", "docs:build": "documentation readme src/index.js --section=API -g true --sort-order source", "rollup": "cross-env NODE_ENV=production rollup -c --environment BUILD:production", "build": "yarn rollup" }, "sideEffects": false, "dependencies": { "@babel/runtime": "^7.0.0" }, "size-limit": [ { "path": "./lib/index.js", "limit": "4.56 kb" }, { "path": "./lib/index.mjs", "limit": "4.58 kb" }, { "path": "./node/index.js", "limit": "1.75 kb" }, { "path": "./node/index.mjs", "limit": "1.76 kb" } ], "gitHead": "3c84631ef4925bbb472b10cbb9ae57ac2ac03017" }