tabby/tabby-community-color-schemes/package.json

25 lines
544 B
JSON
Raw Permalink Normal View History

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