TeaWeb/package.json

31 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "client",
"version": "1.0.0",
"description": "Welcome here! This repository is created with two reasons:\n 1. People can bring their own ideas and follow their implementation\n 2. People can see TeaSpeak Web client progress and avoid creating repetitive issues all the time.",
"main": "main.js",
2018-10-07 16:21:28 +00:00
"directories": {},
"scripts": {
"build-web-app": "tsc -p tsconfig/tsconfig_web_app.json",
"build-web-app-release": "tsc -p tsconfig/tsconfig_web_app_packaged.json",
"build-web-preload": "tsc -p tsconfig/tsconfig_web_preload.json"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/emscripten": "0.0.31",
"@types/jquery": "^3.3.0",
2018-10-07 16:21:28 +00:00
"@types/node": "^9.4.6",
"@types/websocket": "0.0.38",
"electron": "^3.0.2"
},
2018-10-07 16:21:28 +00:00
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/TeaSpeak/TeaWeb/TeaWeb.git"
},
"bugs": {
"url": "https://github.com/TeaSpeak/TeaWeb/issues"
},
"homepage": "https://github.com/TeaSpeak/TeaWeb/TeaWeb#readme"
}