UNPKG

cb10-sdk

Version:

Cybozu Office 10 SDK for Node.js

65 lines (64 loc) 1.58 kB
{ "name": "cb10-sdk", "version": "0.4.0", "description": "Cybozu Office 10 SDK for Node.js", "private": false, "keywords": [ "cybozu" ], "homepage": "https://github.com/nimzo6689/cb10-sdk#readme", "bugs": { "url": "https://github.com/nimzo6689/cb10-sdk/issues" }, "repository": { "type": "git", "url": "git+https://github.com/nimzo6689/cb10-sdk.git" }, "license": "MIT", "author": "nimzo6689 (https://github.com/nimzo6689)", "files": [ "dist/**/*", "README.md" ], "main": "dist/index.js", "scripts": { "prepare": "husky install", "clean": "rimraf dist", "lint": "npm run license && eslint --fix --no-error-on-unmatched-pattern src/ __tests__/", "build": "rimraf dist && tsc", "test": "jest", "test:coverage": "npm run test -- --coverage" }, "engines": { "node": ">=20" }, "lint-staged": { "*.{js,ts}": [ "eslint --fix", "prettier --write" ] }, "dependencies": { "axios": "^1.7.9", "cheerio": "^1.0.0" }, "devDependencies": { "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^8.19.0", "@typescript-eslint/parser": "^8.19.0", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "gts": "^6.0.2", "husky": "^9.1.7", "jest": "^29.7.0", "jest-mock-extended": "^4.0.0-beta1", "lint-staged": "^15.3.0", "ncp": "^2.0.0", "prettier": "^3.4.2", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.7.2" } }