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": "11.3.1" 11 } 12}