json-api-serializer
Version:
Framework agnostic JSON API serializer.
44 lines (43 loc) • 1.21 kB
JSON
{
"name": "json-api-serializer",
"version": "2.6.6",
"description": "Framework agnostic JSON API serializer.",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"test": "./node_modules/.bin/nyc --reporter=lcov --reporter=text --reporter=text-summary ./node_modules/mocha/bin/_mocha -R spec ./test/**/*.js",
"coveralls": "cat ./coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js",
"bench": "node benchmark/index.js"
},
"keywords": [
"json",
"json-api",
"jsonapi",
"json api",
"serializer"
],
"author": "Kévin Danielo",
"repository": "danivek/json-api-serializer",
"license": "MIT",
"engines": {
"node": ">= 8.0.0"
},
"devDependencies": {
"benchmark": "^2.1.4",
"bson-objectid": "^2.0.1",
"chai": "^4.1.2",
"coveralls": "^3.1.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsdoc": "^36.1.0",
"eslint-plugin-prettier": "^4.0.0",
"mocha": "^9.1.1",
"nyc": "^15.1.0",
"prettier": "^2.4.0"
},
"dependencies": {
"setimmediate": "^1.0.5"
}
}