mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-30 21:16:23 +00:00
d2a070c345
Co-Authored-By: Nate Butler <1714999+iamnbutler@users.noreply.github.com>
18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"name": "styles",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "ts-node buildThemes.ts"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/chroma-js": "^2.1.3",
|
|
"@types/node": "^17.0.23",
|
|
"case-anything": "^2.1.10",
|
|
"chroma-js": "^2.4.2",
|
|
"ts-node": "^10.7.0"
|
|
}
|
|
}
|