UNPKG

click-captcha

Version:

Chinese Character Sequence Click Verification System

41 lines (40 loc) 995 B
{ "name": "click-captcha", "version": "1.0.1", "author": "fffmoon", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "ts-node tests/test-server.ts" }, "description": "Chinese Character Sequence Click Verification System", "license": "MIT", "keywords": [ "captcha", "验证码", "中文验证码", "汉字验证码", "中文汉字字序点击验证码", "click-captcha", "chinese-captcha", "verification-system" ], "dependencies": { "opentype.js": "^1.3.4", "sharp": "^0.33.2" }, "devDependencies": { "@types/express": "^5.0.3", "@types/jest": "^29.5.12", "@types/node": "^24.1.0", "@types/opentype.js": "^1.3.8", "@types/body-parser": "^1.19.5", "express": "^5.1.0", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.3.3", "ts-node": "^10.9.2" } }