Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1{ 2 "name": "danger", 3 "version": "1.0.0", 4 "private": true, 5 "main": "index.js", 6 "scripts": { 7 "danger": "danger" 8 }, 9 "devDependencies": { 10 "danger": "13.0.4", 11 "danger-plugin-pr-hygiene": "0.6.1" 12 } 13}