{
  "name": "@adaas/virtul-api",
  "version": "1.0.13",
  "description": "The library to templitify API requests and work with async tasks. ",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "directories": {
    "doc": "docs"
  },
  "dependencies": {
    "@types/config": "^0.0.41",
    "@types/jsdom": "^21.1.1",
    "@types/lodash": "^4.14.191",
    "axios": "^1.0.0",
    "jsdom": "^22.0.0",
    "lodash": "^4.17.21",
    "moment": "^2.29.4",
    "nodemon": "^2.0.15",
    "typescript": "^4.6.3",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/node": "^17.0.45",
    "ts-node": "^10.9.1"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc --declaration "
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ADAAS-org/virtul-api.git"
  },
  "keywords": [
    "api",
    "templates",
    "async",
    "tasks",
    "adaas"
  ],
  "author": "vvp <contact-us@adaas.org>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ADAAS-org/virtul-api/issues"
  },
  "homepage": "https://github.com/ADAAS-org/virtul-api#readme"
}
