|
1 | 1 | { |
2 | | - "name": "@abacatepay/adapters", |
3 | | - "version": "1.0.2", |
4 | | - "repository": { |
5 | | - "type": "git", |
6 | | - "url": "git+https://github.com/AbacatePay/ecosystem.git" |
7 | | - }, |
8 | | - "author": { |
9 | | - "name": "AbacatePay", |
10 | | - "email": "opensource@abacatepay.com", |
11 | | - "url": "https://abacatepay.com" |
12 | | - }, |
13 | | - "maintainers": [ |
14 | | - { |
15 | | - "name": "Almeida", |
16 | | - "url": "https://github.com/almeidazs" |
17 | | - } |
18 | | - ], |
19 | | - "main": "./dist/index.js", |
20 | | - "devDependencies": { |
21 | | - "@biomejs/biome": "^2.3.11", |
22 | | - "typescript": "^5.0.0" |
23 | | - }, |
24 | | - "exports": { |
25 | | - "./webhooks": { |
26 | | - "import": "./dist/webhooks/index.js", |
27 | | - "types": "./dist/webhooks/index.d.ts" |
28 | | - }, |
29 | | - "./webhooks/*": { |
30 | | - "import": "./dist/webhooks/*.js", |
31 | | - "types": "./dist/webhooks/*.d.ts" |
32 | | - } |
33 | | - }, |
34 | | - "description": "Checkout and webhook adapters for AbacatePay.", |
35 | | - "engines": { |
36 | | - "node": ">=18", |
37 | | - "bun": ">=1.0.0" |
38 | | - }, |
39 | | - "files": [ |
40 | | - "dist" |
41 | | - ], |
42 | | - "keywords": [ |
43 | | - "abacatepay", |
44 | | - "payments", |
45 | | - "webhooks", |
46 | | - "checkouts", |
47 | | - "adapters" |
48 | | - ], |
49 | | - "license": "Apache-2.0", |
50 | | - "publishConfig": { |
51 | | - "access": "public" |
52 | | - }, |
53 | | - "scripts": { |
54 | | - "test": "bun test", |
55 | | - "build": "rm -rf dist && bun run scripts/version.ts && tsc", |
56 | | - "types": "bunx tsc --emitDeclarationOnly", |
57 | | - "prepublishOnly": "bun run build" |
58 | | - }, |
59 | | - "sideEffects": false, |
60 | | - "type": "module", |
61 | | - "types": "./dist/index.d.ts", |
62 | | - "dependencies": { |
63 | | - "@abacatepay/zod": "^1.0.0" |
64 | | - } |
| 2 | + "name": "@abacatepay/adapters", |
| 3 | + "version": "1.0.2", |
| 4 | + "repository": { |
| 5 | + "type": "git", |
| 6 | + "url": "git+https://github.com/AbacatePay/ecosystem.git" |
| 7 | + }, |
| 8 | + "author": { |
| 9 | + "name": "AbacatePay", |
| 10 | + "email": "opensource@abacatepay.com", |
| 11 | + "url": "https://abacatepay.com" |
| 12 | + }, |
| 13 | + "maintainers": [ |
| 14 | + { |
| 15 | + "name": "Almeida", |
| 16 | + "url": "https://github.com/almeidazs" |
| 17 | + } |
| 18 | + ], |
| 19 | + "main": "./dist/index.js", |
| 20 | + "devDependencies": { |
| 21 | + "@biomejs/biome": "^2.3.11", |
| 22 | + "typescript": "^5.0.0" |
| 23 | + }, |
| 24 | + "exports": { |
| 25 | + "./webhooks": { |
| 26 | + "import": "./dist/webhooks/index.js", |
| 27 | + "types": "./dist/webhooks/index.d.ts" |
| 28 | + }, |
| 29 | + "./webhooks/*": { |
| 30 | + "import": "./dist/webhooks/*.js", |
| 31 | + "types": "./dist/webhooks/*.d.ts" |
| 32 | + } |
| 33 | + }, |
| 34 | + "description": "Checkout and webhook adapters for AbacatePay.", |
| 35 | + "engines": { |
| 36 | + "node": ">=18", |
| 37 | + "bun": ">=1.0.0" |
| 38 | + }, |
| 39 | + "files": [ |
| 40 | + "dist" |
| 41 | + ], |
| 42 | + "keywords": [ |
| 43 | + "abacatepay", |
| 44 | + "payments", |
| 45 | + "webhooks", |
| 46 | + "checkouts", |
| 47 | + "adapters" |
| 48 | + ], |
| 49 | + "license": "Apache-2.0", |
| 50 | + "publishConfig": { |
| 51 | + "access": "public" |
| 52 | + }, |
| 53 | + "scripts": { |
| 54 | + "test": "bun test", |
| 55 | + "build": "rm -rf dist && bun run scripts/version.ts && tsc", |
| 56 | + "types": "bunx tsc --emitDeclarationOnly", |
| 57 | + "prepublishOnly": "bun run build" |
| 58 | + }, |
| 59 | + "sideEffects": false, |
| 60 | + "type": "module", |
| 61 | + "types": "./dist/index.d.ts", |
| 62 | + "dependencies": { |
| 63 | + "@abacatepay/zod": "^1.0.0" |
| 64 | + } |
65 | 65 | } |
0 commit comments