{ "name": "jsonpath-test", "version": "1.0.0", "description": "Test application for JSONPath RCE vulnerability", "main": "server.js", "scripts": { "start": "node server.js" }, "dependencies": { "express": "^4.17.1", "body-parser": "^1.19.0", "jsonpath-plus": "10.2.0" } }