1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 09:27:16 +03:00
tabby/terminus-community-color-schemes/package.json
2021-03-10 20:51:50 +01:00

25 lines
559 B
JSON

{
"name": "terminus-community-color-schemes",
"version": "1.0.135-nightly.0",
"description": "Community color schemes for Terminus",
"keywords": [
"terminus-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",
"terminus-core": "*",
"terminus-terminal": "*"
}
}