UNPKG

@wont/js-sdk

Version:

The JavaScript browser client library for DataEye

57 lines (56 loc) 1.45 kB
{ "name": "@wont/js-sdk", "version": "1.0.0", "description": "The JavaScript browser client library for DataEye", "main": "dist/cjs.min.js", "module": "dist/esm.min.js", "types": "types/index.d.ts", "unpkg": "dist/umd.min.js", "license": "Apache-2.0", "scripts": { "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", "bump": "bumpp package.json -c -p -t --all -x \"pnpm run changelog\"", "prepublishOnly": "npm run build", "lint": "eslint ./src", "build": "rollup -c" }, "keywords": [ "sdk", "jssdk", "fundsdata", "eclicktech", "yeahmobi" ], "files": [ "dist", "types", "CHANGELOG.md" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://gitlab.yeahmobi.com/gst/javascript-sdk" }, "devDependencies": { "@babel/core": "^7.5.4", "@babel/preset-env": "^7.5.4", "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-dynamic-import-vars": "^2.1.5", "@rollup/plugin-node-resolve": "^15.3.0", "bumpp": "^9.8.1", "conventional-changelog-cli": "^5.0.0", "eslint": "^6.0.1", "rollup": "2.79.2", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-terser": "^7.0.2" }, "dependencies": { "crypto-js": "^4.2.0", "jsencrypt": "^3.3.2", "pako": "^2.1.0" } }