|
1 | 1 | { |
2 | 2 | "name": "@swetrix/captcha", |
3 | | - "version": "2.1.2", |
| 3 | + "version": "2.2.0", |
4 | 4 | "description": "Swetrix CAPTCHA", |
| 5 | + "keywords": [ |
| 6 | + "analytics", |
| 7 | + "metrics", |
| 8 | + "monitoring", |
| 9 | + "privacy", |
| 10 | + "swetrix" |
| 11 | + ], |
| 12 | + "homepage": "https://swetrix.com/captcha", |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/Swetrix/swetrix-captcha/issues" |
| 15 | + }, |
| 16 | + "license": "MIT", |
| 17 | + "author": "Swetrix Ltd <contact@swetrix.com>", |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "git+https://github.com/Swetrix/swetrix-captcha.git" |
| 21 | + }, |
5 | 22 | "type": "module", |
6 | | - "captchaloader": "dist/captcha-loader.js", |
7 | | - "captcha": "dist/captcha.js", |
8 | | - "esnext": "dist/esnext/index.js", |
9 | 23 | "typings": "dist/esnext/index.d.ts", |
| 24 | + "esnext": "dist/esnext/index.js", |
10 | 25 | "exports": { |
11 | 26 | ".": { |
| 27 | + "types": "./dist/esnext/index.d.ts", |
12 | 28 | "import": "./dist/esnext/index.js", |
13 | 29 | "require": "./dist/captcha.cjs.js", |
14 | | - "types": "./dist/esnext/index.d.ts", |
15 | 30 | "default": "./dist/captcha.js" |
16 | 31 | } |
17 | 32 | }, |
|
22 | 37 | "start": "rollup -c -w", |
23 | 38 | "tsc": "tsc -p tsconfig.esnext.json" |
24 | 39 | }, |
25 | | - "keywords": [ |
26 | | - "swetrix", |
27 | | - "analytics", |
28 | | - "monitoring", |
29 | | - "metrics", |
30 | | - "privacy" |
31 | | - ], |
32 | | - "repository": { |
33 | | - "type": "git", |
34 | | - "url": "git+https://github.com/Swetrix/swetrix-captcha.git" |
35 | | - }, |
36 | | - "author": "Swetrix Ltd <contact@swetrix.com>", |
37 | | - "license": "MIT", |
38 | | - "bugs": { |
39 | | - "url": "https://github.com/Swetrix/swetrix-captcha/issues" |
40 | | - }, |
41 | | - "homepage": "https://swetrix.com/captcha", |
42 | 40 | "devDependencies": { |
| 41 | + "@blaumaus/rollup-plugin-uglify": "^7.0.1", |
43 | 42 | "@rollup/plugin-terser": "^0.4.4", |
44 | 43 | "@rollup/plugin-typescript": "^12.3.0", |
45 | 44 | "@types/node": "^22.15.21", |
46 | | - "rollup-plugin-copy": "^3.5.0", |
47 | | - "tslib": "^2.8.1", |
48 | | - "@blaumaus/rollup-plugin-uglify": "^7.0.1", |
49 | 45 | "rimraf": "^5.0.7", |
50 | 46 | "rollup": "^4.54.0", |
| 47 | + "rollup-plugin-copy": "^3.5.0", |
| 48 | + "tslib": "^2.8.1", |
51 | 49 | "typescript": "^5.9.3" |
52 | | - } |
| 50 | + }, |
| 51 | + "captcha": "dist/captcha.js", |
| 52 | + "captchaloader": "dist/captcha-loader.js" |
53 | 53 | } |
0 commit comments