{
  "name": "facebook-business-api",
  "version": "1.1.3",
  "description": "A wrapper for the Facebook business API",
  "main": "./export",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/Nuzzlet/facebook-business-api.git"
  },
  "author": "me@danhale.io",
  "license": "MIT",
  "dependencies": {
    "@tsconfig/node-lts-strictest": "^18.12.1",
    "@types/node": "18.15.3",
    "axios": "^1.3.4",
    "nodemon": "^2.0.21",
    "ts-node": "^10.9.1",
    "ts-node-dev": "^2.0.0",
    "typescript": "5.0.1-rc"
  },
  "scripts": {
    "build": "ts-node ./src/index.ts && cd ./export && tsc",
    "test": "ts-node ./test/index.ts",
    "build:watch": "nodemon --exec ts-node ./src/index.ts"
  }
}