librecap
Version:
An open-source CAPTCHA Box alternative designed with privacy and data protection in mind.
57 lines (56 loc) • 1.42 kB
JSON
{
"name": "librecap",
"version": "0.3.5",
"description": "An open-source CAPTCHA Box alternative designed with privacy and data protection in mind.",
"main": "dist/librecap.js",
"jsdelivr": "dist/librecap.js",
"repository": {
"type": "git",
"url": "git+https://github.com/librecap/librecap.git"
},
"homepage": "https://github.com/librecap/librecap",
"bugs": {
"url": "https://github.com/librecap/librecap/issues"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "node build.js",
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,css,scss,md,html}\"",
"demo": "node build.js && node serve-demo.js",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx && stylelint --config .stylelintrc.mjs \"**/*.css\"",
"lint:js": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:css": "stylelint --config .stylelintrc.mjs \"**/*.css\""
},
"keywords": [
"captcha",
"privacy",
"security",
"authentication",
"verification",
"bot-protection",
"open-source",
"accessibility",
"human-verification",
"web-security"
],
"author": "librecap",
"license": "Apache-2.0",
"devDependencies": {
"cssnano": "^7.0.6",
"eslint": "^9.21.0",
"globals": "^13.24.0",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"uglify-js": "^3.19.3",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0"
},
"dependencies": {
"express": "^4.19.2",
"cors": "^2.8.5"
}
}