http://gothub.nowhevi57f4lxxd6db43miewcsgtovakbh6v5f52ci7csc2yjzy5rnid.onion/freeCodeCamp/freeCodeCamp/blob/main/package.json
/curriculum && pnpm run test:full-output" , 79 "test-client" : "jest client" , 80 "test-config" : "jest config" , 81 "test-curriculum-js" : "jest curriculum" , 82 "test-server" : "jest api-server" , 83 "test-tools" : "jest tools" , 84 "test-utils" : "jest utils" , 85 "prepare" : "husky" , 86 "playwright:run" : "playwright test" , 87 "playwright:watch" : "playwright test --ui-port=0" 88 } , 89 "dependencies" : { 90 "dotenv" : "16.4.5" 91 } , 92 "devDependencies" : { 93 "@babel/eslint-parser" : "7.26.5" , 94...