@tongji_api/sdk
Version:
同济大学开放平台SDK
43 lines (42 loc) • 942 B
JSON
{
"name": "@tongji_api/sdk",
"version": "1.0.7-test",
"description": "同济大学开放平台SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"generate": "node scripts/generate-oauth-client.mjs"
},
"keywords": [
"tongji",
"sdk",
"oauth",
"api"
],
"author": "同济大学开放平台团队",
"license": "MIT",
"dependencies": {
"axios": "^1.10.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^20.19.1",
"axios-mock-adapter": "^2.1.0",
"jest": "^30.0.3",
"ts-jest": "^29.4.0",
"typescript": "^5.0.0"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "https://git.tongji.edu.cn/nic/nic-tool/api-sdk"
}
}