bugyo-cloud-client
Version:
HTTP client for Bugyo Cloud
48 lines (47 loc) • 1.21 kB
JSON
{
"name": "bugyo-cloud-client",
"version": "2.1.0",
"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": "git+https://github.com/sengokyu/typescript-bugyo-cloud-client.git"
},
"keywords": [
"bugyo",
"timecard"
],
"author": "sengokyu",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@babel/preset-typescript": "^7.27.1",
"@tsconfig/node22": "^22.0.2",
"@types/bunyan": "^1.8.8",
"@types/jest": "^30.0.0",
"@types/node": "^22.18.6",
"@types/tough-cookie": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.42.0",
"babel-jest": "^30.1.2",
"eslint": "^9.34.0",
"jest": "^30.1.3",
"typescript": "^5.1.3"
},
"peerDependencies": {
"cheerio": "^1.0.0-rc.12",
"http-cookie-agent": "^7.0.2",
"temporal-polyfill": "^0.3.0",
"tough-cookie": "^5.1.2",
"undici": "^7.0.0"
}
}