UNPKG

@fork-anyone/node-nim

Version:

NetEase IM nodejs wrapper based on NetEase IM C++ SDK

106 lines (105 loc) 3.79 kB
{ "name": "@fork-anyone/node-nim", "version": "10.9.40", "description": "NetEase IM nodejs wrapper based on NetEase IM C++ SDK", "keywords": [ "netease", "nim", "im sdk", "nim sdk", "nim node", "nim electron" ], "homepage": "https://github.com/fork-anyone/node-nim/tree/master", "repository": { "type": "git", "url": "git@github.com:fork-anyone/node-nim.git" }, "license": "ISC", "author": "Netease", "main": "dist/node-nim.js", "types": "types/node-nim.d.ts", "bin": { "node-nim-tester": "node-nim-tester.js" }, "files": [ "dist/", "types/", "package.json", "script/", "node-nim-tester.js" ], "scripts": { "build": "npm run build_ts", "build_html_doc": "typedoc --plugin typedoc-github-theme", "build_markdown_doc": "typedoc --plugin typedoc-plugin-markdown --theme markdown --out markdown_doc", "build_ts": "rimraf ./dist && rimraf ./types && tsc", "build_wiki_doc": "typedoc --plugin typedoc-plugin-markdown --plugin typedoc-github-wiki-theme --theme github-wiki --out wiki_doc", "coverage": "nyc mocha test/test_all.js -slow 200 -timeout 10000", "download_sdk": "node -e \"require('./script/download-sdk.js').downloadSDK()\"", "download_sdk_mac": "cross-env npm_config_arch=x64 npm_config_platform=darwin node ./script/download-sdk.js", "download_sdk_win": "cross-env npm_config_arch=ia32 npm_config_platform=win32 node ./script/download-sdk.js", "download_sdk_win_x64": "cross-env npm_config_arch=x64 npm_config_platform=win32 node ./script/download-sdk.js", "install": "npm run download_sdk", "postinstall": "node ./script/download-sdk.js", "prepublishOnly": "yarn run build_ts", "publish_to_netease_npm": "node script/publish-to-netease-npm.js", "publish_to_npm": "yarn build_ts && yarn publish --registry=https://registry.npmjs.org/", "publish_to_npmjs": "node script/publish-to-netease-npm.js https://registry.npmjs.org", "publish_to_sfnpm": "yarn build_ts && yarn publish --registry=https://artifactory.sf-express.com/artifactory/api/npm/npm/", "test": "npx cross-env BABEL_ENV=test mocha", "watch": "nodemon" }, "config": { "nimsdkversion": "10.9.40" }, "mocha": { "require": "test/hooks.js" }, "nyc": { "cache": false, "reporter": [ "lcov" ] }, "dependencies": { "compare-versions": "^4.1.4", "download": "^8.0.0", "eventemitter3": "^4.0.7", "node-fetch": "^2.6.9" }, "devDependencies": { "@babel/preset-env": "^7.24.0", "@babel/register": "^7.23.7", "@types/node": "^16.18.23", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", "bluebird": "^3.7.2", "cmake-js": "^6.3.2", "commander": "^13.1.0", "cross-env": "^7.0.3", "eslint": "^8.57.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.2.0", "git-describe": "^4.1.1", "hawk-web": "^1.3.21", "mocha": "^9.2.2", "node-addon-api": "^4.3.0", "nyc": "^15.1.0", "sinon": "^18.0.0", "typedoc": "^0.26.6", "typedoc-github-theme": "^0.1.2", "typescript": "^4.9.5", "winston": "^3.17.0" }, "optionalDependencies": { "commander": "^8.3.0", "hawk-web": "latest" }, "volta": { "node": "18.0.0", "yarn": "1.22.21" } }