2022-06-07 14:24:22 -07:00
|
|
|
{
|
2022-07-25 17:51:06 -07:00
|
|
|
"name": "tsconnect",
|
2022-06-07 14:24:22 -07:00
|
|
|
"version": "0.0.1",
|
2022-07-25 17:51:06 -07:00
|
|
|
"license": "BSD-3-Clause",
|
2022-06-07 14:24:22 -07:00
|
|
|
"devDependencies": {
|
2022-07-26 15:45:52 -07:00
|
|
|
"@types/golang-wasm-exec": "^1.15.0",
|
|
|
|
"@types/qrcode": "^1.4.2",
|
2022-08-23 18:05:23 -07:00
|
|
|
"dts-bundle-generator": "^6.12.0",
|
2022-08-04 14:18:47 -07:00
|
|
|
"preact": "^10.10.0",
|
2022-06-07 14:24:22 -07:00
|
|
|
"qrcode": "^1.5.0",
|
2022-07-25 17:51:06 -07:00
|
|
|
"tailwindcss": "^3.1.6",
|
2022-07-26 15:45:52 -07:00
|
|
|
"typescript": "^4.7.4",
|
2023-01-26 18:35:50 -08:00
|
|
|
"xterm": "^5.1.0",
|
|
|
|
"xterm-addon-fit": "^0.7.0",
|
|
|
|
"xterm-addon-web-links": "^0.8.0"
|
2022-06-07 14:24:22 -07:00
|
|
|
},
|
2022-07-26 15:45:52 -07:00
|
|
|
"scripts": {
|
2022-08-23 18:05:23 -07: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 15:45:52 -07:00
|
|
|
},
|
2022-06-07 14:24:22 -07:00
|
|
|
"prettier": {
|
|
|
|
"semi": false,
|
|
|
|
"printWidth": 80
|
|
|
|
}
|
|
|
|
}
|