@sideex/api
Version:
This is SideeX JavaScript API for recording and playing web browsing behavior. The API can be embeded in a webpage without installing a browser web extension.
89 lines (88 loc) • 3.16 kB
JSON
{
"name": "@sideex/api",
"version": "0.9.5",
"author": "SideeX Team <feedback@sideex.io>",
"description": "This is SideeX JavaScript API for recording and playing web browsing behavior. The API can be embeded in a webpage without installing a browser web extension.",
"scripts": {
"build-api": "webpack --mode=production --config webpack.api.config.js",
"build-browser": "webpack --mode=production --config webpack.browser.config.js",
"doc": "jsdoc -c jsdoc.json"
},
"main": "dist/index.bundle.js",
"keywords": [
"SideeX",
"web testing",
"web automation",
"record and playback",
"GUI testing"
],
"repository": {
"type": "git",
"url": "https://github.com/SideeX/sideex-api.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SideeX/sideex-api/issues"
},
"homepage": "https://sideex.io/",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-function-sent": "^7.8.3",
"@babel/plugin-proposal-json-strings": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"autoprefixer": "^9.7.6",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^1.0.1",
"docdash": "^1.2.0",
"dotenv": "^8.2.0",
"eslint": "^5.16.0",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"img-loader": "^3.0.1",
"jest": "^25.4.0",
"jsdoc": "^3.6.4",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^2.3.6",
"typescript": "^3.8.3",
"url-loader": "^1.1.2",
"webextension-polyfill-ts": "^0.14.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2",
"webpack-preprocessor-loader": "^1.1.2",
"core-js": "^3.6.5"
},
"dependencies": {
"autobind-decorator": "^2.4.0",
"lodash": "^4.17.15",
"platform": "^1.3.5",
"sizzle": "^2.3.5",
"uuid": "^8.0.0"
},
"browserslist": [
"last 2 Chrome versions"
],
"files": [
"LICENSE",
"README.md",
"dist/*"
]
}