{ "name": "@freecodecamp/shared", "version": "0.0.1", "author": "freeCodeCamp ", "license": "BSD-3-Clause", "description": "Config and utils used in multiple workspaces", "private": false, "engines": { "node": ">=16", "pnpm": ">=10" }, "scripts": { "test": "vitest", "compile": "tsc", "lint": "eslint --max-warnings 0" }, "type": "module", "repository": { "type": "git", "url": "git+https://github.com/freeCodeCamp/freeCodeCamp.git" }, "bugs": { "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues" }, "homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme", "devDependencies": { "@freecodecamp/eslint-config": "workspace:*", "@vitest/ui": "^3.2.4", "eslint": "^9.39.1", "vitest": "^3.2.4" } }