UNPKG

@sinosun/lib

Version:

sinosun jsbridge and net toolkit

39 lines (38 loc) 987 B
{ "name": "@sinosun/lib", "version": "1.2.8", "description": "sinosun jsbridge and net toolkit", "main": "lib/index.js", "files": [ "lib" ], "scripts": { "pub": "gulp" }, "keywords": [ "jsBridge" ], "author": "thomas", "license": "MIT", "dependencies": { "uuid": "^8.3.2", "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", "@babel/runtime": "^7.13.9", "@babel/runtime-corejs3": "^7.13.10", "@babel/plugin-transform-runtime": "^7.10.4", "core-js": "^3.10.1" }, "devDependencies": { "@types/qs": "^6.9.5", "@types/axios": "^0.14.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "js-base64": "^3.6.0", "qs": "^6.10.1", "gulp-typescript": "^6.0.0-alpha.1", "rimraf": "^3.0.2", "through2": "^4.0.2", "typescript": "^4.1.3" } }