mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
34 lines
794 B
JSON
34 lines
794 B
JSON
{
|
|
"name": "tabby-plugin-manager",
|
|
"version": "1.0.197-nightly.1",
|
|
"description": "Tabby's plugin manager",
|
|
"keywords": [
|
|
"tabby-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",
|
|
"typings"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/semver": "^7.1.0",
|
|
"semver": "^7.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "^15",
|
|
"@angular/core": "^15",
|
|
"@angular/forms": "^15",
|
|
"@angular/platform-browser": "^15",
|
|
"@ng-bootstrap/ng-bootstrap": "^14",
|
|
"rxjs": "^7",
|
|
"tabby-core": "*",
|
|
"tabby-settings": "*"
|
|
}
|
|
}
|