hkjc-api
Version:
Node.js package for communicating with HKJC GraphQL API
46 lines (45 loc) • 968 B
JSON
{
"name": "hkjc-api",
"version": "1.0.3",
"description": "Node.js package for communicating with HKJC GraphQL API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"test": "jest",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
"example": "ts-node examples/test.ts"
},
"keywords": [
"hkjc",
"graphql",
"api",
"horse-racing",
"football"
],
"author": "Bobosky2005",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Bobosky2005/hkjc-api.git"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.0.0"
},
"dependencies": {
"graphql": "^16.0.0",
"graphql-request": "^6.0.0"
}
}