@eclicktech/js-sdk
Version:
The JavaScript browser client library for DataEye
58 lines (57 loc) • 1.56 kB
JSON
{
"name": "@eclicktech/js-sdk",
"version": "1.1.0",
"description": "The JavaScript browser client library for DataEye",
"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",
"build": "rollup -c --bundleConfigAsCjs"
},
"keywords": [
"sdk",
"jssdk",
"fundsdata",
"eclicktech",
"yeahmobi"
],
"files": [
"images",
"dist",
"types",
"demo",
"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/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/runtime": "^7.26.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-dynamic-import-vars": "^2.1.5",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-terser": "^0.4.4",
"bumpp": "^9.8.1",
"conventional-changelog-cli": "^5.0.0",
"rollup": "4.26.0"
},
"dependencies": {
"crypto-js": "^4.2.0",
"jsencrypt": "^3.3.2",
"pako": "^2.1.0"
}
}