unlockpage-api-client
Version:
React hooks and TypeScript client for Unlockpage API
61 lines (60 loc) • 1.69 kB
JSON
{
"name": "unlockpage-api-client",
"version": "1.2.3",
"description": "React hooks and TypeScript client for Unlockpage API",
"main": "dist/index.js",
"module": "dist/index.js",
"type": "module",
"scripts": {
"generate": "orval --config ./orval.config.cjs",
"build": "tsc",
"build:watch": "tsc --watch",
"clean": "rm -rf dist src/generated",
"prepare": "npm run build",
"test": "jest",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix"
},
"keywords": [
"api",
"client",
"react",
"hooks",
"typescript",
"unlockpage",
"micropayments"
],
"author": "lamcc21",
"license": "MIT",
"devDependencies": {
"@tanstack/react-query": "^5.0.0",
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"axios": "^1.6.0",
"eslint": "^8.0.0",
"jest": "^29.5.0",
"orval": "^6.24.0",
"prettier": "^3.6.2",
"react": "^18.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"@tanstack/react-query": "^5.0.0",
"axios": "^1.6.0",
"react": "^18.0.0"
},
"files": [
"dist/**/*",
"src/generated/**/*"
],
"repository": {
"type": "git",
"url": "https://github.com/lamcc21/unlockpage-api.git"
},
"bugs": {
"url": "https://github.com/lamcc21/unlockpage-api/issues"
},
"homepage": "https://github.com/lamcc21/unlockpage-api#readme"
}