@cocreate/twilio
Version:
A simple twilio component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.
68 lines (67 loc) • 2.19 kB
JSON
{
"name": "@cocreate/twilio",
"version": "1.13.1",
"description": "A simple twilio component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"twilio",
"cocreate",
"low-code-framework",
"no-code-framework",
"cocreatejs",
"cocreatejs-component",
"cocreate-framework",
"no-code",
"low-code",
"collaborative-framework",
"realtime",
"realtime-framework",
"collaboration",
"shared-editing",
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "NODE_ENV=debug npx webpack --config webpack.config.js",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
"dev": "npx webpack --config webpack.config.js --watch",
"postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-twilio.git"
},
"author": "CoCreate LLC",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-twilio/issues"
},
"homepage": "https://cocreate.app/docs/twilio",
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/CoCreate-app"
},
"main": "./src/index.js",
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.5.0",
"process": "^0.11.10",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.1.1",
"twilio-client": "^1.14.0",
"webpack": "^5.26.3",
"webpack-cli": "^4.5.0",
"webpack-log": "^3.0.2"
},
"dependencies": {
"twilio": "^3.60.0",
"twilio-client-mirror": "0.0.2",
"util": "^0.12.3"
}
}