@xmobitea/gn-typescript-client
Version:
GearN Typescript Client SDK by XmobiTea (Pro)
66 lines (65 loc) • 2.04 kB
JSON
{
"name": "@xmobitea/gn-typescript-client",
"version": "2.6.10-tsc",
"description": "GearN Typescript Client SDK by XmobiTea (Pro)",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"scripts": {
"dev": "rm -rf ./dist && npm run buildnode && npm run debug",
"debug": "node index.js",
"test": "mocha -r ts-node/register ./test/**/*.test.ts",
"buildnode": "webpack --config webpack.config.mjs --mode production --stats-modules",
"buildudm": "webpack --config webpack.config.udm.mjs --mode production --stats-modules",
"buildminudm": "webpack --config webpack.config.min.udm.mjs --mode production --stats-modules",
"build": "rm -rf ./dist && npm run buildnode && npm run buildudm && npm run buildminudm",
"build:withoutwebpack": "rm -rf ./dist && tsc",
"push": "npm run build && npm publish && git push"
},
"author": "changx.develop@gmail.com (https://xmobitea.com)",
"license": "Apache-2.0",
"devDependencies": {
"@types/mocha": "^10.0.10",
"@types/node": "^22.15.17",
"@types/store": "^2.0.5",
"mocha": "^11.0.1",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@msgpack/msgpack": "^2.8.0",
"axios": "^1.10.0",
"reflect-metadata": "^0.2.2",
"socket.io-client": "^4.8.1",
"store": "^2.0.12"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XmobiTea-Family/GearN-typescript-client-sdk.git"
},
"keywords": [
"GN",
"GearN",
"Server",
"Typescript",
"Sdk",
"Client",
"Pro",
"XmobiTea"
],
"bugs": {
"url": "https://github.com/XmobiTea-Family/GearN-typescript-client-sdk/issues"
},
"homepage": "https://gearn.net",
"engines": {
"node": ">=20.0.0"
}
}