Files
cap/package.json
T

25 lines
645 B
JSON
Raw Normal View History

2025-01-11 17:35:53 +00:00
{
"name": "cap",
2025-01-11 17:35:53 +00:00
"author": "Tiago Rangel",
"description": "A modern, lightning-quick PoW captcha",
"keywords": [
"captcha",
"pow",
"crypto",
"encryption",
"recaptcha",
"js",
"node"
],
2025-04-14 19:34:31 +01:00
"license": "Apache-2.0",
2025-01-11 17:35:53 +00:00
"scripts": {
2025-01-12 12:04:33 +00:00
"build": "bun run build.js",
2025-03-15 10:55:57 +00:00
"docs:dev": "cd docs && bun run dev",
"docs:build": "cd docs && bun run build",
"docs:preview": "cd docs && bun run preview",
"widget:build": "cd widget && bun run build.js",
"widget:publish": "cd widget && cd src && sudo npm publish --access public",
"server:publish": "cd server && sudo npm publish --access public"
2025-01-14 16:17:20 +00:00
}
2025-01-11 17:35:53 +00:00
}