mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
24 lines
422 B
JSON
24 lines
422 B
JSON
{
|
|
"name": "@biscuitland/ws",
|
|
"version": "1.0.0",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist/**"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"clean": "rm -rf dist && rm -rf .turbo",
|
|
"dev": "tsup --watch"
|
|
},
|
|
"dependencies": {
|
|
"@biscuitland/api-types": "^1.0.0",
|
|
"ws": "^8.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "^8.5.3",
|
|
"tsup": "^6.1.3"
|
|
}
|
|
}
|