UNPKG

ynu-api

Version:

a API Client for YNU

38 lines (37 loc) 863 B
{ "name": "ynu-api", "version": "2.0.0", "description": "a API Client for YNU", "main": "dist/index.js", "scripts": { "compile": "tsc", "test": "mocha --timeout 10000 -r ts-node/register test/**/*.ts" }, "repository": { "type": "git", "url": "git+https://github.com/ynu/api.git" }, "keywords": [ "ynu", "api" ], "author": "ITC@YNU", "license": "MIT", "bugs": { "url": "https://github.com/ynu/api/issues" }, "homepage": "https://github.com/ynu/api#readme", "dependencies": { "axios": "^1.2.1", "debug": "^4.3.4", "wecom-common": "^3.0.1" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/memory-cache": "^0.2.5", "@types/mocha": "^10.0.6", "@types/node": "^20.14.2", "assert": "^2.0.0", "memory-cache": "^0.2.0" } }