{ "name": "jquery-ui-xss-poc", "version": "1.0.0", "description": "Proof of Concept for CVE-2022-31160 jQuery UI XSS vulnerability", "main": "server.js", "scripts": { "start": "node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "security", "xss", "jquery-ui", "cve-2022-31160", "poc" ], "author": "", "license": "MIT", "dependencies": { "express": "^4.21.2", "serve-static": "^1.15.0" } }