Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ 2 "name": "windsurf-scripts", 3 "version": "1.0.0", 4 "scripts": { 5 "update": "node update.mts" 6 }, 7 "dependencies": { 8 "@types/node": "^22.13.1", 9 "prettier": "^3.4.2", 10 "typescript": "^5.7.3" 11 } 12}