{
  "name": "hal-ts",
  "version": "1.0.12",
  "description": "Package to format api responses into hal format",
  "main": "lib/index",
  "types": "lib/index.d.ts",
  "scripts": {
    "start": "ts-node src/index.ts",
    "test": "mocha -r ts-node/register test/*.test.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NullTrisp/Hal-Ts.git"
  },
  "keywords": [
    "HAL",
    "typescript",
    "node",
    "REST",
    "API",
    "response",
    "JSON"
  ],
  "author": "Nicolás Calvache <nicocalji@gmail.com>",
  "license": "ISC",
  "dependencies": {},
  "devDependencies": {
    "typescript": "^4.5.5",
    "@types/mocha": "^9.1.0",
    "@types/node": "^17.0.21",
    "mocha": "^9.2.1",
    "ts-node": "^10.5.0"
  },
  "files": [
    "lib"
  ]
}