-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.09 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "bb-component-captcha",
"version": "0.3.4",
"description": "A simple, drop‑in human‑verification field for Budibase forms. Choose your preferred CAPTCHA provider and add bot protection to any form with minimal setup.",
"license": "MIT",
"svelte": "index.js",
"module": "dist/plugin.min.js",
"schema.metadata.svelteMajor": 5,
"scripts": {
"build": "rollup -c",
"watch": "rollup -cw",
"test": "node test/run-tests.js",
"test:integration": "node test/integration-run.js"
},
"dependencies": {
"svelte": "^5.0.0"
},
"devDependencies": {
"@budibase/backend-core": "^2.8.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"postcss": "^8.2.10",
"rollup": "^4.21.0",
"rollup-plugin-copy2": "^0.3.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-polyfill-node": "^0.8.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-svelte": "^7.2.3",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"tar": "^6.1.11"
},
"peerDependencies": {
"svelte": "^5.0.0"
}
}