@teerai/teer-react
Version:
React components and hooks for Teer billing integration
55 lines (54 loc) • 1.37 kB
JSON
{
"name": "@teerai/teer-react",
"version": "0.0.3",
"description": "React components and hooks for Teer billing integration",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint src --ext .ts,.tsx",
"test": "jest",
"prepublishOnly": "npm run build",
"publish:patch": "npm version patch && npm publish --access public",
"publish:minor": "npm version minor && npm publish --access public",
"publish:major": "npm version major && npm publish --access public"
},
"keywords": [
"teer",
"billing",
"react",
"hooks",
"context",
"stripe"
],
"author": "Teer AI",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com-teer:teerai/teer-react.git"
},
"bugs": {
"url": "https://github.com/teerai/teer-react/issues"
},
"homepage": "https://github.com/teerai/teer-react#readme",
"peerDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/react": "^18.3.21",
"@types/react-dom": "^18.3.7",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
}
}