1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00
tabby/tabby-community-color-schemes/package.json

25 lines
541 B
JSON
Raw Normal View History

2017-04-11 03:22:48 +03:00
{
2021-06-30 00:57:04 +03:00
"name": "tabby-community-color-schemes",
2023-04-23 20:22:38 +03:00
"version": "1.0.197-nightly.1",
2021-06-30 00:57:04 +03:00
"description": "Community color schemes for Tabby",
"keywords": [
2021-06-30 00:57:04 +03:00
"tabby-builtin-plugin"
],
2017-04-11 03:22:48 +03:00
"main": "dist/index.js",
2019-06-06 14:45:15 +03:00
"typings": "typings/index.d.ts",
2017-04-11 03:22:48 +03:00
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch"
},
2017-06-10 01:29:16 +03:00
"files": [
"dist"
],
2017-04-11 03:22:48 +03:00
"author": "Eugene Pankov",
"license": "MIT",
2017-04-11 23:45:59 +03:00
"peerDependencies": {
2023-04-23 18:57:05 +03:00
"@angular/core": "^15",
2021-06-30 00:57:04 +03:00
"tabby-core": "*",
"tabby-terminal": "*"
2019-06-07 23:52:41 +03:00
}
2017-04-11 03:22:48 +03:00
}