{
  "name": "node-andreani-api",
  "version": "1.2.0",
  "description": "Package to interact with Andreani's API",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'spec/**/*.spec.ts' --timeout 7000",
    "publish-package": "npm run build && npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lpetrora/node-andreani-api.git"
  },
  "author": "Leonardo Petrora",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lpetrora/node-andreani-api/issues"
  },
  "homepage": "https://github.com/lpetrora/node-andreani-api.git#readme",
  "devDependencies": {
    "@types/chai": "^4.2.14",
    "@types/mocha": "^8.0.3",
    "@types/node": "^14.14.2",
    "chai": "^4.2.0",
    "mocha": "^8.2.0",
    "ts-loader": "^8.0.6",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.3",
    "webpack": "^5.2.0",
    "webpack-cli": "^4.1.0",
    "webpack-dev-server": "^3.11.0"
  },
  "dependencies": {
    "axios": "^0.21.0"
  }
}
