hal-json-normalizer
Version:
HAL JSON API response normalizer
58 lines (57 loc) • 1.44 kB
JSON
{
"name": "hal-json-normalizer",
"version": "4.2.0",
"description": "HAL JSON API response normalizer",
"main": "dist/bundle.js",
"scripts": {
"build": "webpack --mode production",
"clean": "rimraf dist coverage lib",
"coverage": "nyc --reporter=lcov npm run test",
"lint": "eslint src --ext .js",
"test": "npm run build && mocha --require @babel/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carlobeltrame/hal-json-normalizer.git"
},
"keywords": [
"HAL",
"JSON",
"API",
"normalize",
"Vuex"
],
"author": "Carlo Beltrame",
"license": "MIT",
"bugs": {
"url": "https://github.com/carlobeltrame/hal-json-normalizer/issues"
},
"homepage": "https://github.com/carlobeltrame/hal-json-normalizer#readme",
"engines": {
"node": ">= 10.13.0"
},
"devDependencies": {
"@babel/core": "7.19.3",
"@babel/preset-env": "7.19.4",
"@babel/register": "7.18.9",
"babel-eslint": "10.1.0",
"babel-loader": "8.3.0",
"chai": "4.3.7",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.27.5",
"mocha": "9.2.2",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"webpack": "5.75.0",
"webpack-cli": "4.10.0",
"webpack-node-externals": "3.0.0"
},
"dependencies": {
"lodash": "^4.17.15"
},
"np": {
"yarn": false
}
}