1{ 2 "name": "run-wasm-gm-tests", 3 "version": "0.0.0", 4 "description": "", 5 "main": "index.js", 6 "dependencies": { 7 "body-parser": "^1.19.0", 8 "command-line-args": "^5.0.2", 9 "command-line-usage": "^5.0.3", 10 "express": "^4.16.3", 11 "puppeteer": "^3.0.4" 12 }, 13 "devDependencies": {}, 14 "scripts": { 15 "test": "echo \"Error: no test specified\" && exit 1" 16 }, 17 "author": "", 18 "license": "ISC" 19} 20