testchimp-js
Version:
TestChimp SDK for JS
43 lines • 1.13 kB
JSON
{
"name": "testchimp-js",
"version": "1.0.144",
"description": "TestChimp SDK for JS",
"main": "dist/testchimp-sdk.cjs.js",
"module": "dist/testchimp-sdk.esm.js",
"browser": "dist/testchimp-sdk.umd.js",
"types": "dist/testchimp-js.d.ts",
"sourcemap": "dist/testchimp-sdk.umd.js.map",
"files": [
"dist"
],
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Full Stack",
"Record",
"Replay",
"Test Automation"
],
"author": "Aware Labs",
"license": "LGPL-3.0-or-later",
"dependencies": {
"@mswjs/interceptors": "^0.29.0",
"rrweb": "^2.0.0-alpha.4",
"@babel/runtime": "^7.22.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^3.38.1",
"core-js-pure": "^3.38.1",
"regenerator-runtime": "^0.14.1",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}