mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-17 23:21:31 +03:00
b96e200d4a
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.0.7 to 12.0.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
29 lines
652 B
JSON
29 lines
652 B
JSON
{
|
|
"name": "terminus-community-color-schemes",
|
|
"version": "1.0.73-c4-ga7d62b0",
|
|
"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": "4.0.1",
|
|
"terminus-core": "*",
|
|
"terminus-terminal": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "12.0.8",
|
|
"@types/webpack-env": "^1.13.0"
|
|
}
|
|
}
|