@qrvey/websocket-client
Version:

45 lines (44 loc) • 1.47 kB
JSON
{
"name": "@qrvey/websocket-client",
"version": "1.1.1-987",
"types": "dist/types/index.d.ts",
"main": "dist/cjs/index.js",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js",
"default": "./dist/cjs/index.js"
}
},
"scripts": {
"build:clean": "rm -rf dist",
"build:compile:original": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json",
"build:compile:cjs:original": "tsup --config ./tsup.config.cjs.ts",
"build:compile:cjs": "tsc -b ./tsconfig.cjs.json",
"build:compile:esm": "tsup --config ./tsup.config.esm.ts",
"build:compile:types": "tsup --config ./tsup.config.types.ts",
"build:compile": "yarn build:compile:cjs && yarn build:compile:esm && yarn build:compile:types",
"build": "yarn build:clean && yarn build:compile",
"prepare-publish": "yarn install && yarn build",
"publish-package": "yarn prepare-publish && npm publish --tag latest"
},
"dependencies": {
"socket.io-client": "4.7.5"
},
"devDependencies": {
"tsup": "8.0.2",
"typescript": "5.3.2"
},
"keywords": [
"notification",
"client",
"socket",
"qrvey"
],
"author": "Qrvey",
"license": "ISC",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}