1[ 2 { 3 "name": "webAppWithWebpack", 4 "question": "/setupTests", 5 "keywords": { 6 "anyOf": [ 7 "playwright", 8 "puppeteer" 9 ] 10 }, 11 "files": [ 12 "src/app.ts", 13 "webpack.config.js", 14 "package.json", 15 "package-lock.json", 16 "tsconfig.json" 17 ] 18 } 19] 20 21