UNPKG

shikimori-graphql-api-lightweight-client

Version:

Lightweight Shikimori GraphQL API client. Exports only minimal Fetch call. Fully compatible with AWS LLRT.

55 lines (54 loc) 1.49 kB
{ "name": "shikimori-graphql-api-lightweight-client", "version": "1.0.2", "description": "Lightweight Shikimori GraphQL API client. Exports only minimal Fetch call. Fully compatible with AWS LLRT.", "main": "src/index.ts", "type": "module", "scripts": { "ts": "tsc", "lint": "eslint .", "test": "node ./node_modules/jest/bin/jest.js --runInBand", "prepublish": "npm run lint && npm run ts && npm run test" }, "files": [ "src/", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/HRAshton/shikimori-graphql-api-lightweight-client" }, "keywords": [ "api", "async", "fetch", "graphql", "lightweight", "llrt", "no-deps", "shikimori" ], "author": { "name": "HRAshton", "url": "https://github.com/HRAshton" }, "license": "MIT", "bugs": { "url": "https://github.com/HRAshton/shikimori-graphql-api-lightweight-client/issues" }, "homepage": "https://github.com/HRAshton/shikimori-graphql-api-lightweight-client", "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.24.0", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^8.29.1", "@typescript-eslint/parser": "^8.29.1", "eslint": "^9.24.0", "graphql": "^16.10.0", "jest": "^29.7.0", "ts-jest": "^29.3.1", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }