UNPKG

bugyo-cloud-client

Version:
47 lines (46 loc) 1.15 kB
{ "name": "bugyo-cloud-client", "version": "1.4.1", "description": "HTTP client for Bugyo Cloud", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "presample": "tsc", "sample": "samples/login-logout.js", "test": "jest", "prepublish": "tsc" }, "repository": { "type": "git", "url": "https://github.com/sengokyu/typescript-bugyo-cloud-client" }, "keywords": [ "bugyo", "timecard" ], "author": "sengokyu", "license": "MIT", "devDependencies": { "@tsconfig/node20": "^20.1.2", "@tsconfig/recommended": "^1.0.8", "@types/bunyan": "^1.8.8", "@types/jest": "^29.5.2", "@types/node": "^20.17.17", "@types/tough-cookie": "^4.0.2", "@typescript-eslint/eslint-plugin": "^8.23.0", "@typescript-eslint/parser": "^8.23.0", "eslint": "^9.19.0", "jest": "^29.5.0", "jest-mock-axios": "^4.7.2", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "typescript": "^5.1.3" }, "peerDependencies": { "axios": "^1.7.9", "axios-cookiejar-support": "^5.0.5", "cheerio": "^1.0.0", "tough-cookie": "^5.1.0" } }