ynu-oa
Version:
a oa API Client for YNU
38 lines (37 loc) • 848 B
JSON
{
"name": "ynu-oa",
"version": "1.0.0",
"description": "a oa 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@github.com:ynu/oa.git"
},
"keywords": [
"ynu",
"oa"
],
"author": "ITC@YNU",
"license": "MIT",
"bugs": {
"url": "https://github.com/ynu/oa/issues"
},
"homepage": "https://github.com/ynu/oa#readme",
"dependencies": {
"axios": "^1.2.1",
"debug": "^4.3.4",
"dotenv": "^16.5.0"
},
"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"
}
}