{
  "name": "w-app-js",
  "version": "1.0.5",
  "description": "JS/TS API for Slay's new W App",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "start": "node test/index.test.js",
    "test": "npm run build && npm start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TBHGodPro/W-App-API.git"
  },
  "author": "TBHGodPro",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/TBHGodPro/W-App-API/issues"
  },
  "homepage": "https://github.com/TBHGodPro/W-App-API#readme",
  "devDependencies": {
    "@types/node": "^20.4.7",
    "typescript": "^5.1.6"
  },
  "dependencies": {
    "axios": "^1.4.0",
    "typed-emitter": "^2.1.0"
  }
}
