{
  "name": "@fatewa/kinnara",
  "version": "1.0.6",
  "description": "Declarative proxy http api request.",
  "main": "dist/index.js",
  "author": "4everlynn",
  "license": "MIT",
  "homepage": "https://github.com/4everlynn/kinnara.git",
  "repository": "https://github.com/4everlynn/kinnara.git",
  "scripts": {
    "compile": "tsc",
    "test": "jest",
    "pub": "npm run compile && npm version patch && npm publish --access public --force"
  },
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "npm",
    "fatewajs",
    "javascript",
    "api"
  ],
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "@typescript-eslint/eslint-plugin": "^4.28.5",
    "@typescript-eslint/parser": "^4.28.5",
    "axios": "^0.21.1",
    "clean-webpack-plugin": "^4.0.0-alpha.0",
    "eslint": "^7.31.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "jest": "^27.0.6",
    "ts-jest": "^27.0.4",
    "ts-loader": "^9.2.4",
    "typescript": "^4.3.5",
    "webpack": "^5.46.0",
    "webpack-cli": "^4.7.2"
  }
}
