{
 "name": "@quan-to/connect-web-embedded",
 "version": "1.1.8",
 "description": "Javascript Web Embedded to start Connect on Partner's application",
 "main": "dist/index.js",
 "source": "src/index.ts",
 "repository": {
  "type": "git",
  "url": "git+ssh://git@github.com/quan-to/connect-web-embedded.git"
 },
 "author": "Quanto <suporte@quan.to",
 "license": "MIT",
 "scripts": {
  "start": "parcel watch src/index.ts",
  "build": "parcel build src/index.ts"
 },
 "devDependencies": {
  "typescript": "^3.7.3"
 },
 "dependencies": {
  "parcel-bundler": "^1.12.4"
 },
 "bugs": {
  "url": "https://github.com/quan-to/connect-web-embedded/issues"
 },
 "homepage": "https://github.com/quan-to/connect-web-embedded#README"
}
