mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 00:50:04 +03:00
36fede7522
Just some organization here.
23 lines
592 B
JSON
23 lines
592 B
JSON
{
|
|
"name": "styles",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npm run build-themes && npm run build-tokens",
|
|
"build-themes": "ts-node ./src/buildThemes.ts",
|
|
"build-tokens": "ts-node ./src/buildTokens.ts",
|
|
"watch": "nodemon"
|
|
},
|
|
"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",
|
|
"nodemon": "^2.0.15"
|
|
}
|
|
}
|