UNPKG

obsly-sdk-js-full

Version:

This is the Obsly SDK for javascript...

53 lines (52 loc) 1.21 kB
{ "name": "obsly-sdk-js-full", "version": "1.1.5", "description": "This is the Obsly SDK for javascript...", "keywords": [ "analytics", "user-behavior", "error-tracking", "performance", "react-sdk", "obsly" ], "homepage": "https://obsly.tech", "main": "index.js", "types": "index.d.ts", "files": [ "LICENCE.txt", "README.md", "dist/index.umd.js", "index.js", "index.d.ts", "main.bundle.js", "react/" ], "exports": { ".": { "types": "./index.d.ts", "import": "./index.js", "require": "./dist/index.umd.js" }, "./react": { "types": "./index.d.ts", "import": "./index.js", "require": "./dist/index.umd.js" } }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --config webpack.config.js" }, "author": "asanchez@sfy.com, jgarcia@sfy.com, xguardia@sfy.com", "license": "ISC", "devDependencies": { "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", "babel-loader": "^8.2.2", "clean-webpack-plugin": "^4.0.0", "terser-webpack-plugin": "^5.2.0", "webpack": "^5.50.0", "webpack-cli": "^4.8.0" } }