Files
cap/package.json
T

31 lines
941 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",
2025-01-14 13:07:08 +00:00
"dependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"terser": "^5.37.0"
},
2025-01-11 17:35:53 +00:00
"description": "A modern, lightning-quick PoW captcha",
"keywords": [
"captcha",
"pow",
"crypto",
"encryption",
"recaptcha",
"js",
"node"
],
2025-01-14 13:07:08 +00:00
"license": "AGPL-3.0",
2025-01-11 17:35:53 +00:00
"scripts": {
2025-01-12 12:04:33 +00:00
"build": "bun run build.js",
2025-01-11 17:35:53 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "cd docs && bun run docs:dev",
"docs:build": "cd docs && bun run docs:build",
"docs:preview": "cd docs && bun run docs:preview",
"widget:publish": "cd widget && sudo npm publish --access public",
"server:publish": "cd server && sudo npm publish --access public"
2025-01-11 17:35:53 +00:00
},
2025-01-14 13:07:08 +00:00
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
2025-01-11 17:35:53 +00:00
}