mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-13 10:58:00 +03:00
23 lines
450 B
JSON
23 lines
450 B
JSON
{
|
|
"name": "tabby-web-demo",
|
|
"version": "1.0.171-nightly.3",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"data",
|
|
"dist"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/webpack-env": "^1.16.0"
|
|
},
|
|
"dependencies": {
|
|
"svg-inline-loader": "^0.8.2"
|
|
}
|
|
}
|