vue-culqi-checkout
Version:
<p align="center"> <h1 align="center">Vue Culqi Checkout 💳</h1> </p>
69 lines (68 loc) • 1.41 kB
JSON
{
"version": "1.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "types/index.d.ts",
"files": [
"dist",
"types"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "vue-culqi-checkout",
"author": "Emerson Beltrán <emerson.beltran@culqi.com>",
"homepage": "https://docs.culqi.com/",
"repository": {
"type": "git",
"url": "https://github.com/culqi/vue-culqi-checkout.git"
},
"keywords": [
"culqi",
"checkout",
"vue",
"javascript",
"typescript"
],
"module": "dist/culqi-checkout-vue.esm.js",
"size-limit": [
{
"path": "dist/culqi-checkout-vue.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/culqi-checkout-vue.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^4.9.0",
"husky": "^4.3.0",
"size-limit": "^4.9.0",
"tsdx": "^0.14.1",
"tslib": "^2.0.3",
"typescript": "^4.1.2",
"vue": "^2.6.12"
}
}