2022-06-07 22:24:22 +01:00
|
|
|
{
|
2022-07-26 01:51:06 +01:00
|
|
|
"name": "tsconnect",
|
2022-06-07 22:24:22 +01:00
|
|
|
"version": "0.0.1",
|
2022-07-26 01:51:06 +01:00
|
|
|
"license": "BSD-3-Clause",
|
2022-06-07 22:24:22 +01:00
|
|
|
"devDependencies": {
|
2022-07-26 23:45:52 +01:00
|
|
|
"@types/golang-wasm-exec": "^1.15.0",
|
|
|
|
"@types/qrcode": "^1.4.2",
|
2022-08-24 02:05:23 +01:00
|
|
|
"dts-bundle-generator": "^6.12.0",
|
2022-08-04 22:18:47 +01:00
|
|
|
"preact": "^10.10.0",
|
2022-06-07 22:24:22 +01:00
|
|
|
"qrcode": "^1.5.0",
|
2022-07-26 01:51:06 +01:00
|
|
|
"tailwindcss": "^3.1.6",
|
2022-07-26 23:45:52 +01:00
|
|
|
"typescript": "^4.7.4",
|
2023-01-27 02:35:50 +00:00
|
|
|
"xterm": "^5.1.0",
|
|
|
|
"xterm-addon-fit": "^0.7.0",
|
|
|
|
"xterm-addon-web-links": "^0.8.0"
|
2022-06-07 22:24:22 +01:00
|
|
|
},
|
2022-07-26 23:45:52 +01:00
|
|
|
"scripts": {
|
2022-08-24 02:05:23 +01:00
|
|
|
"lint": "tsc --noEmit",
|
|
|
|
"pkg-types": "dts-bundle-generator --inline-declare-global=true --no-banner -o pkg/pkg.d.ts src/pkg/pkg.ts"
|
2022-07-26 23:45:52 +01:00
|
|
|
},
|
2022-06-07 22:24:22 +01:00
|
|
|
"prettier": {
|
|
|
|
"semi": false,
|
|
|
|
"printWidth": 80
|
|
|
|
}
|
|
|
|
}
|