package.json
1 { 2 "name": "example", 3 "version": "1.0.0", 4 "description": "Trivial example of using CaptchaJs", 5 "main": "index.js", 6 "scripts": { 7 "start": "node index.js", 8 "dev": "nodemon" 9 }, 10 "keywords": [ 11 "example", 12 "captchajs" 13 ], 14 "author": "Paul Walker (https://github.com/arafel)", 15 "license": "MIT", 16 "dependencies": { 17 "body-parser": "^1.20.3", 18 "express": "^4.20.0", 19 "mustache": "^4.2.0", 20 "nodemon": "^3.0.1" 21 } 22 }