1[ 2 { 3 "name": "nodeExpressApp", 4 "question": "/setupTests", 5 "keywords": { 6 "anyOf": [ 7 "jest", 8 "mocha", 9 "chai" 10 ] 11 }, 12 "files": [ 13 "src/index.js", 14 "package.json", 15 "package-lock.json" 16 ] 17 } 18] 19 20