{
  "name": "inversify-postman-collection",
  "version": "1.1.5",
  "description": "convert inversify route to postman collection",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rimraf ./dist && tsc -b",
    "prepare": "npm run build",
    "build-dev": "rimraf ./dist && tsc -b",
    "eslint": "eslint 'src/**/*.ts'",
    "eslint:fix": "eslint --fix 'src/**/*.ts'",
    "prettier-format-fix": "prettier --write \"src/**/*.{ts,js,json}\"",
    "prettier-different": "prettier --list-different \"src/**/*.{ts,js,json}\"",
    "prettier-unformatted": "prettier --check \"src/**/*.{ts,js,json}\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/genbliz/inversify-postman-collection.git"
  },
  "keywords": [
    "inversify",
    "postman",
    "postman-collection",
    "route"
  ],
  "author": "Chris Uzoh",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/genbliz/inversify-postman-collection/issues"
  },
  "homepage": "https://github.com/genbliz/inversify-postman-collection#readme",
  "dependencies": {
    "postman-collection": "^4.1.0",
    "@types/postman-collection": "^3.5.7"
  },
  "devDependencies": {
    "@types/node": "^14.14.41",
    "@typescript-eslint/eslint-plugin": "^4.30.0",
    "@typescript-eslint/parser": "^4.30.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-promise": "^5.1.0",
    "np": "^7.5.0",
    "prettier": "^2.3.2",
    "ts-node": "^10.2.1",
    "typescript": "^4.4.2"
  }
}
