recur-tw
Version:
React & Vanilla JS SDK for embedding subscription checkout flows (Taiwan / PAYUNi)
84 lines (83 loc) • 1.93 kB
JSON
{
"name": "recur-tw",
"version": "0.0.2",
"description": "React & Vanilla JS SDK for embedding subscription checkout flows (Taiwan / PAYUNi)",
"type": "module",
"private": false,
"author": "Recur",
"license": "MIT",
"keywords": [
"react",
"vanilla-js",
"subscription",
"checkout",
"payment",
"payuni",
"recurring-billing",
"taiwan",
"繁體中文",
"sdk",
"embedded-checkout"
],
"repository": {
"type": "git",
"url": "https://github.com/your-org/recur-sdk.git"
},
"bugs": {
"url": "https://github.com/your-org/recur-sdk/issues"
},
"homepage": "https://github.com/your-org/recur-sdk#readme",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint . --max-warnings 0",
"type-check": "tsc --noEmit"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./vanilla": "./dist/recur.umd.js",
"./package.json": "./package.json"
},
"unpkg": "./dist/recur.umd.js",
"jsdelivr": "./dist/recur.umd.js",
"files": [
"dist",
"README.md",
"LICENSE"
],
"sideEffects": false,
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"devDependencies": {
"@types/node": "^20.19.9",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@workspace/eslint-config": "workspace:*",
"@workspace/typescript-config": "workspace:*",
"autoprefixer": "^10.4.22",
"eslint": "^9.32.0",
"postcss": "^8.5.6",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwindcss": "^4.1.11",
"tsup": "^8.3.5",
"typescript": "^5.9.2"
}
}