tabby/tabby-plugin-manager/package.json

34 lines
801 B
JSON
Raw Normal View History

2017-06-01 20:23:36 +00:00
{
2021-06-29 21:57:04 +00:00
"name": "tabby-plugin-manager",
2023-01-29 12:21:51 +00:00
"version": "1.0.189-nightly.2",
2021-06-29 21:57:04 +00:00
"description": "Tabby's plugin manager",
"keywords": [
2021-06-29 21:57:04 +00:00
"tabby-builtin-plugin"
],
2017-06-01 20:23:36 +00:00
"main": "dist/index.js",
2019-06-06 11:45:15 +00:00
"typings": "typings/index.d.ts",
2017-06-01 20:23:36 +00:00
"scripts": {
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch"
},
"files": [
"dist"
],
"author": "Eugene Pankov",
2020-12-24 13:03:14 +00:00
"license": "MIT",
2017-06-01 20:23:36 +00:00
"devDependencies": {
"@types/semver": "^7.1.0",
"semver": "^7.1.1"
2017-06-01 20:23:36 +00:00
},
2020-12-24 13:03:14 +00:00
"peerDependencies": {
"@angular/common": "^9.1.11",
"@angular/core": "^9.1.9",
2020-12-24 13:03:14 +00:00
"@angular/forms": "^9.1.11",
"@angular/platform-browser": "^9.1.11",
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
"rxjs": "^6.5.5",
2021-06-29 21:57:04 +00:00
"tabby-core": "*",
"tabby-settings": "*"
2019-06-07 20:52:41 +00:00
}
2017-06-01 20:23:36 +00:00
}