{
  "name": "@dapi-co/dapi-node",
  "version": "3.0.0",
  "description": "NodeJS library to talk to the dapi api",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dapi-co/connect-node.git"
  },
  "keywords": [
    "nodejs",
    "backend",
    "api"
  ],
  "author": "DAPI",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dapi-co/connect-node/issues"
  },
  "homepage": "https://github.com/dapi-co/connect-node#readme",
  "dependencies": {
    "axios": "^0.21.0",
    "crypto": "^1.0.1",
    "moment": "^2.29.4",
    "svix": "^1.21.0"
  },
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/node": "^14.6.2",
    "typescript": "^4.0.2"
  },
  "files": [
    "lib/**/*"
  ]
}
