TeaWeb/package.json

42 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "client",
"version": "1.0.1",
"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": {
"compile-sass": "sass --update .:.",
2018-12-04 17:48:54 +00:00
"build-worker": "tsc -p shared/js/workers/tsconfig_worker_codec.json",
"dtsgen": "node tools/dtsgen/index.js",
"trgen": "node tools/trgen/index.js",
"ttsc": "ttsc",
"rebuild-structure-web-dev": "php files.php generate web dev"
},
"author": "TeaSpeak (WolverinDEV)",
"license": "ISC",
"devDependencies": {
"@types/emscripten": "0.0.31",
2018-12-04 17:48:54 +00:00
"@types/gulp": "^4.0.5",
2018-10-08 23:38:37 +00:00
"@types/jquery": "3.3.5",
2018-12-04 17:48:54 +00:00
"@types/moment": "^2.13.0",
2018-10-07 16:21:28 +00:00
"@types/node": "^9.4.6",
"@types/sha256": "^0.2.0",
2018-10-07 16:21:28 +00:00
"@types/websocket": "0.0.38",
"electron": "^3.0.2",
2018-12-04 17:48:54 +00:00
"gulp": "^3.9.1",
"sass": "^1.14.1",
"sha256": "^0.2.0",
"ttypescript": "^1.5.5",
"typescript": "^3.1.1",
"wat2wasm": "^1.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeaSpeak/TeaWeb/TeaWeb.git"
},
"bugs": {
"url": "https://github.com/TeaSpeak/TeaWeb/issues"
},
2018-10-28 22:59:15 +00:00
"homepage": "https://www.teaspeak.de"
}