mirror of
https://github.com/Tyriar/vscode-theme-generator.git
synced 2025-12-06 17:15:43 -08:00
20 lines
420 B
JSON
20 lines
420 B
JSON
{
|
|
"name": "theme-generator",
|
|
"version": "0.0.1",
|
|
"description": "Generates editor/terminal themes using a set of colors",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "typings install && tsc"
|
|
},
|
|
"author": "Tyriar",
|
|
"license": "MIT",
|
|
"typescript": {
|
|
"definition": "index.d.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^6.0.41",
|
|
"typescript": "^2.0.3",
|
|
"typings": "^1.4.0"
|
|
}
|
|
}
|