UNPKG

aircall-everywhere

Version:

Library to embed and communicate with aircall-workspace in any webpage

62 lines (61 loc) 1.78 kB
{ "name": "aircall-everywhere", "version": "2.0.5", "description": "Library to embed and communicate with aircall-workspace in any webpage", "main": "dist/index.js", "scripts": { "start": "webpack-dev-server --config scripts/webpack/webpack.dev.js --open", "start:v2": "webpack-dev-server --config scripts/webpack/webpack.dev.v2.js --open", "build": "webpack --config scripts/webpack/webpack.build.js", "build:docs": "webpack --config scripts/webpack/webpack.docs.js && webpack --config scripts/webpack/webpack.docs.v2.js", "test": "jest", "test-watch": "jest --watch" }, "engines": { "node": ">=16.0.0" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "jest": { "coverageReporters": [ "html", "json-summary" ] }, "repository": { "type": "git", "url": "git+https://github.com/aircall/aircall-everywhere.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/aircall/aircall-everywhere/issues" }, "homepage": "https://aircall.github.io/aircall-everywhere/", "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", "@babel/template": "^7.10.4", "@babel/types": "^7.11.5", "aircall-everywhere": "1.8.0", "babel-loader": "^8.1.0", "babel-plugin-rewire": "^1.2.0", "copy-webpack-plugin": "^6.2.0", "css-loader": "^4.3.0", "gh-pages": "^3.1.0", "html-webpack-plugin": "^4.5.0", "husky": "^4.3.0", "jest": "^26.4.2", "prettier": "^2.1.2", "pretty-quick": "^3.0.2", "sass": "1.86.2", "sass-loader": "^10.0.2", "style-loader": "^1.3.0", "webpack": "^4.44.2", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0" } }