1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-08-15 23:40:32 +03:00
tabby/tabby-plugin-manager/package.json
2023-04-23 10:22:38 -07:00

35 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": "*"
}
}