2017-06-01 20:23:36 +00:00
|
|
|
{
|
2021-06-29 21:57:04 +00:00
|
|
|
"name": "tabby-plugin-manager",
|
2023-04-23 17:22:38 +00:00
|
|
|
"version": "1.0.197-nightly.1",
|
2021-06-29 21:57:04 +00:00
|
|
|
"description": "Tabby's plugin manager",
|
2017-07-04 14:05:39 +00:00
|
|
|
"keywords": [
|
2021-06-29 21:57:04 +00:00
|
|
|
"tabby-builtin-plugin"
|
2017-07-04 14:05:39 +00:00
|
|
|
],
|
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": [
|
2023-04-23 15:40:17 +00:00
|
|
|
"dist",
|
|
|
|
"typings"
|
2017-06-01 20:23:36 +00:00
|
|
|
],
|
|
|
|
"author": "Eugene Pankov",
|
2020-12-24 13:03:14 +00:00
|
|
|
"license": "MIT",
|
2017-06-01 20:23:36 +00:00
|
|
|
"devDependencies": {
|
2020-02-26 10:05:42 +00:00
|
|
|
"@types/semver": "^7.1.0",
|
2019-12-18 04:23:05 +00:00
|
|
|
"semver": "^7.1.1"
|
2017-06-01 20:23:36 +00:00
|
|
|
},
|
2020-12-24 13:03:14 +00:00
|
|
|
"peerDependencies": {
|
2023-04-23 15:57:05 +00:00
|
|
|
"@angular/common": "^15",
|
|
|
|
"@angular/core": "^15",
|
|
|
|
"@angular/forms": "^15",
|
|
|
|
"@angular/platform-browser": "^15",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^14",
|
|
|
|
"rxjs": "^7",
|
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
|
|
|
}
|