2 "name": "@proton/unleash",
3 "description": "Unleash feature flags",
6 "lint": "eslint . --ext .js,.ts,.tsx --quiet --cache",
7 "pretty": "prettier --write $(find . -path ./node_modules -prune -o -type f -name '*.js' -o -name '*.ts' -o -name '*.tsx')",
9 "test:ci": "jest --coverage --runInBand --ci",
10 "test:watch": "jest --watch"
13 "@unleash/proxy-client-react": "^4.3.1",
14 "unleash-proxy-client": "^3.6.1"
17 "@babel/preset-env": "^7.26.0",
18 "@babel/preset-typescript": "^7.26.0",
19 "@proton/eslint-config-proton": "workspace:^",
20 "@types/react": "^18.3.12",
21 "@types/react-dom": "^18.3.1",
25 "typescript": "^5.6.3"
30 "react-dom": "^18.3.1"