25 lines
487 B
JSON
25 lines
487 B
JSON
{
|
|
"name": "foxchat.js",
|
|
"description": "Client library for foxchat",
|
|
"exports": {
|
|
"types": "./src/index.ts",
|
|
"development": "./src/index.ts",
|
|
"default": "./build/index.js"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/ws": "^8.5.10",
|
|
"prettier": "^3.2.5",
|
|
"typed-emitter": "^2.1.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"eventemitter3": "^5.0.1",
|
|
"isomorphic-ws": "^5.0.0",
|
|
"ws": "^8.16.0"
|
|
}
|
|
}
|