mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-04 23:31:57 +00:00
8b33a58076
Co-Authored-By: Nate Butler <1714999+iamnbutler@users.noreply.github.com>
15 lines
287 B
JSON
15 lines
287 B
JSON
{
|
|
"name": "styles",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/chroma-js": "^2.1.3",
|
|
"chroma-js": "^2.4.2"
|
|
}
|
|
}
|