UNPKG

wdpapi

Version:

51WORLD WdpApi is a set of programming interfaces developed by JavaScript that is responsible for negotiating between web pages and cloud rendering platforms. Supported by 51Cloud rendering platform, it enables the users to create any HTML5 UI element on

73 lines (72 loc) 2.57 kB
{ "name": "wdpapi", "version": "2.2.0", "description": "51WORLD WdpApi is a set of programming interfaces developed by JavaScript that is responsible for negotiating between web pages and cloud rendering platforms. Supported by 51Cloud rendering platform, it enables the users to create any HTML5 UI element on a web page, realizing two-way interaction with the cloud scenes. 51WORLD SuperAPI is compatible with the current mainstream JavaScript front-end frameworks, providing fast and convenient development interfaces for developers.", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "unpkg": "WdpApi/wdpApi.min.js", "homepage": "https://wdpapi.51aes.com/", "scripts": { "dev": "rollup -w -c rollup.config.js --environment MODE:dev", "build": "rm -rf dist && rollup -c rollup.config.js --environment MODE:prod,publishMode:internal", "build-external": "rm -rf dist && rollup -c rollup.config.js --environment MODE:prod,publishMode:external", "test": "echo \"Error: no test specified\" && exit 1", "reinstall:cloudapi": "npm uninstall cloudapi && npm install cloudapi@1.11.0 --save-exact" }, "keywords": [ "51WORLD", "51AES", "51Cloud", "51WDP", "51Meet", "51Sim", "WdpApi" ], "author": { "name": "Yamazakey.Luo" }, "license": "MIT", "dependencies": { "axios": "0.27.2", "cloudapi": "1.11.0", "crypto-js": "4.1.1", "lodash": "4.17.21", "node-uuid": "1.4.8", "proj4": "2.15.0", "socket.io-client": "4.5.4", "webrtc-adapter": "8.1.2" }, "devDependencies": { "@babel/core": "^7.20.12", "@babel/plugin-external-helpers": "^7.18.6", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@commitlint/cli": "^19.6.1", "@commitlint/config-conventional": "^19.6.0", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^24.0.0", "@rollup/plugin-eslint": "^9.0.1", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-strip": "^3.0.2", "@rollup/plugin-terser": "^0.3.0", "@rollup/plugin-typescript": "^11.0.0", "@typescript-eslint/eslint-plugin": "^5.48.1", "@typescript-eslint/parser": "^5.48.1", "babel-plugin-transform-class-properties": "^6.24.1", "core-js": "^3.27.1", "eslint": "^8.31.0", "lefthook": "^1.10.0", "prettier": "^2.8.2", "rollup": "^3.9.1", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-externals": "^5.1.0", "rollup-plugin-node-globals": "^1.4.0", "typescript": "^4.9.4" } }