dqm-api-client
Version:
A Node.js client library for court booking API services including authentication, SMS verification, and court management
52 lines (51 loc) • 1.13 kB
JSON
{
"name": "dqm-api-client",
"version": "1.0.2",
"description": "A Node.js client library for court booking API services including authentication, SMS verification, and court management",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"api",
"client",
"court",
"booking",
"sms",
"wechat",
"authentication"
],
"author": "Mark",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-username/dqm-api-client.git"
},
"homepage": "https://github.com/your-username/dqm-api-client#readme",
"bugs": {
"url": "https://github.com/your-username/dqm-api-client/issues"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"lib/",
"index.js",
"index.d.ts",
"README.md",
"LICENSE"
],
"scripts": {
"test": "jest --color",
"lint": "eslint lib/ test/ index.js",
"prepublishOnly": "npm test"
},
"dependencies": {
"axios": "^1.7.7"
},
"devDependencies": {
"eslint": "^9.0.0",
"jest": "^29.0.0"
},
"peerDependencies": {},
"bundleDependencies": [],
"optionalDependencies": {}
}