{
  "name": "api-response-format",
  "version": "1.2.1",
  "description": "A package libary that can help users to manage the well format of all the APIs in thier projects.",
  "main": "./src/index.js",
  "type": "module",
  "scripts": {
    "start": "node ./src/index.js"
  },
  "keywords": [
    "api-responses",
    "api",
    "response",
    "format",
    "apis"
  ],
  "author": "Pritey Mehta",
  "license": "ISC",
  "dependencies": {
    "terser": "^5.16.8"
  }
}
