{
  "name": "fca-utils",
  "version": "0.0.10",
  "description": "A NodeJS package to help interacting with Facebook Messenger API (fca-unofficial)",
  "main": "lib/index.js",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "test": "node --trace-warnings test/index.js"
  },
  "keywords": [
    "facebook",
    "messenger",
    "api",
    "fca-unofficial",
    "facebook.js"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/XaviaTeam/fca-utils.git"
  },
  "bugs": {
    "url": "https://github.com/XaviaTeam/fca-utils/issues"
  },
  "author": "RFS-ADRENO",
  "license": "MIT",
  "devDependencies": {
    "@types/cors": "^2.8.13",
    "@types/express": "^4.17.17",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.2"
  },
  "dependencies": {
    "@xaviabot/fca-unofficial": "^1.3.24",
    "axios": "^1.3.4"
  }
}
