@quienxmi/sdk-iframe-project
Version:
SDK to control an iframe for requesting quotes via Qxm.
49 lines (48 loc) • 1.18 kB
JSON
{
"name": "@quienxmi/sdk-iframe-project",
"version": "1.0.7",
"type": "module",
"main": "./dist/qxm-iframe-project.umd.js",
"module": "./dist/qxm-iframe-project.es.js",
"jsnext:main": "dist/qxm-iframe-project.es.js",
"types": "dist/types/index.d.ts",
"typings": "dist/types/index.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc && jest && vite build",
"preview": "vite preview",
"test": "jest"
},
"devDependencies": {
"@types/jest": "29.5.12",
"jest": "29.7.0",
"ts-jest": "29.2.3",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"vite": "5.3.4",
"vite-plugin-dts": "2.3.0"
},
"directories": {
"test": "test"
},
"description": "SDK to control an iframe for requesting quotes via Qxm.",
"keywords": [
"qxm",
"quienxmi",
"project",
"pedidos",
"iframe",
"module",
"sdk"
],
"homepage": "https://github.com/santizuche/qxm-iframe-project#readme",
"author": "Santiago Zucchetti",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/quienxmi/sdk-iframe-project.git"
},
"bugs": {
"url": "https://www.qxm.com.ar/contactanos"
}
}