mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
29 lines
638 B
JSON
29 lines
638 B
JSON
{
|
|
"name": "tabby-web",
|
|
"version": "1.0.197-nightly.1",
|
|
"description": "Web-specific bindings",
|
|
"keywords": [
|
|
"tabby-builtin-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "typings/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"typings"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@angular/core": "^15"
|
|
},
|
|
"devDependencies": {
|
|
"@vaadin/vaadin-context-menu": "^5.0.0",
|
|
"bootstrap": "^4.1.3",
|
|
"bowser": "^2.11.0",
|
|
"copy-text-to-clipboard": "^3.0.1"
|
|
}
|
|
}
|