{ "name": "webaurion-api", "version": "1.0.8", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "build": "tsup", "test": "jest", "lint": "eslint src --ext .ts" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "axios": "^1.7.7", "cheerio": "1.0.0-rc.12", "dotenv": "^16.4.5" }, "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "prettier": "^3.3.3", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "tsup": "^8.3.5", "typescript": "^5.6.3" }, "files": [ "dist/**/*" ], "repository": { "type": "git", "url": "https://github.com/dd060606/WebAurion-API.git" } }