mirror of
https://github.com/Eugeny/tabby
synced 2024-11-16 01:38:07 +00:00
c466dcb594
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.0.8 to 12.0.10. - [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>
34 lines
859 B
JSON
34 lines
859 B
JSON
{
|
|
"name": "terminus-settings",
|
|
"version": "1.0.73-c4-ga7d62b0",
|
|
"description": "Terminus terminal settings page",
|
|
"keywords": [
|
|
"terminus-builtin-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "typings/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color --display-modules",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/deep-equal": "1.0.1",
|
|
"@types/node": "12.0.10",
|
|
"@types/webpack-env": "1.13.9",
|
|
"ngx-pipes": "^1.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "4.0.1",
|
|
"@angular/core": "4.0.1",
|
|
"@angular/forms": "4.0.1",
|
|
"@angular/platform-browser": "4.0.1",
|
|
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.22",
|
|
"terminus-core": "*",
|
|
"rxjs": "5.3.0"
|
|
}
|
|
}
|