mirror of
https://github.com/nvms/prsm.git
synced 2025-12-15 15:50:53 +00:00
31 lines
636 B
JSON
31 lines
636 B
JSON
{
|
|
"name": "@prsm/express-keepalive-ws",
|
|
"version": "1.2.0",
|
|
"author": "",
|
|
"main": "./dist/index.js",
|
|
"devDependencies": {
|
|
"@types/ws": "^8.5.12",
|
|
"bumpp": "^9.5.1",
|
|
"tsup": "^8.2.4",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"description": "",
|
|
"keywords": [],
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"release": "bumpp package.json && npm publish --access public"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@prsm/keepalive-ws": "^0.3.1"
|
|
}
|
|
}
|