mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 02:46:43 +00:00
14 lines
325 B
JSON
14 lines
325 B
JSON
{
|
|
"name": "prettier_server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Zed Industries",
|
|
"dev-dependencies": {
|
|
"prettier": "^3.0"
|
|
}
|
|
}
|