@hackler/js-client-sdk
Version:
JavaScript Client(Web Browser) SDK
78 lines (77 loc) • 2.22 kB
JSON
{
"name": "@hackler/js-client-sdk",
"version": "3.5.0",
"description": "JavaScript Client(Web Browser) SDK",
"author": {
"name": "Hackle",
"email": "admin@hackle.io",
"url": "https://www.hackle.io/"
},
"homepage": "https://www.hackle.io/",
"license": "ISC",
"main": "./lib/index.min.js",
"browser": "./lib/index.umd.min.js",
"module": "./lib/index.es.min.js",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
"keywords": [
"hackle",
"sdk",
"abtest"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hackle-io/hackle-javascript-sdk.git"
},
"scripts": {
"build": "npm run clean && rollup -c",
"clean": "rm -rf ./lib && rm -rf tsconfig.tsbuildinfo",
"compile": "tsc",
"watch": "tsc --watch",
"publish:rc": "npm run build && npm run webpack:dev && npm run webpack:prod && npm publish --tag rc",
"publish:release": "npm run build && npm publish"
},
"bugs": {
"url": "https://github.com/hackle-io/hackle-javascript-sdk/issues"
},
"dependencies": {
"@hackler/sdk-core": "3.5.0",
"@types/uuid": "^8.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-arrow-functions": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"babel-loader": "^8.2.2",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"core-js": "^3.22.7",
"jest": "^27.4.3",
"prettier": "^2.5.0",
"rollup": "^2.60.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"rollup-plugin-uglify": "^6.0.4",
"ts-loader": "^8.0.11",
"tslib": "^2.0.3",
"typescript": "^4.1.2",
"webpack": "5.9.0",
"webpack-cli": "4.2.0"
},
"licenses": [
{
"type": "MIT"
}
],
"gitHead": "959780544e27e38fc3d41b494ebea49cab0ef4bb"
}