1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-08-16 07:50:34 +03:00
tabby/tabby-community-color-schemes/package.json
2023-04-23 10:22:38 -07:00

25 lines
541 B
JSON

{
"name": "tabby-community-color-schemes",
"version": "1.0.197-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": "^15",
"tabby-core": "*",
"tabby-terminal": "*"
}
}