2017-04-11 00:22:48 +00:00
|
|
|
{
|
2021-06-29 21:57:04 +00:00
|
|
|
"name": "tabby-community-color-schemes",
|
2022-02-07 14:33:34 +00:00
|
|
|
"version": "1.0.171-nightly.1",
|
2021-06-29 21:57:04 +00:00
|
|
|
"description": "Community color schemes for Tabby",
|
2017-07-04 14:05:39 +00:00
|
|
|
"keywords": [
|
2021-06-29 21:57:04 +00:00
|
|
|
"tabby-builtin-plugin"
|
2017-07-04 14:05:39 +00:00
|
|
|
],
|
2017-04-11 00:22:48 +00:00
|
|
|
"main": "dist/index.js",
|
2019-06-06 11:45:15 +00:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-04-11 00:22:48 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
2017-06-09 22:29:16 +00:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2017-04-11 00:22:48 +00:00
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
2017-04-11 20:45:59 +00:00
|
|
|
"peerDependencies": {
|
2020-12-23 20:45:47 +00:00
|
|
|
"@angular/core": "^9.1.9",
|
2021-06-29 21:57:04 +00:00
|
|
|
"tabby-core": "*",
|
|
|
|
"tabby-terminal": "*"
|
2019-06-07 20:52:41 +00:00
|
|
|
}
|
2017-04-11 00:22:48 +00:00
|
|
|
}
|