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": "prettier_server", 3 "version": "1.0.0", 4 "description": "", 5 "main": "src/index.js", 6 "scripts": { 7 "start": "node src/index.js", 8 "test": "echo \"Error: no test specified\" && exit 1" 9 }, 10 "author": "Zed Industries" 11}