tabby/tabby-community-color-schemes/package.json
2022-02-07 15:33:34 +01:00

24 lines
544 B
JSON

{
"name": "tabby-community-color-schemes",
"version": "1.0.171-nightly.1",
"description": "Community color schemes for Tabby",
"keywords": [
"tabby-builtin-plugin"
],
"main": "dist/index.js",
"typings": "typings/index.d.ts",
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch"
},
"files": [
"dist"
],
"author": "Eugene Pankov",
"license": "MIT",
"peerDependencies": {
"@angular/core": "^9.1.9",
"tabby-core": "*",
"tabby-terminal": "*"
}
}