@spot-flow/checkout-inline-js
Version:
This project is an inline library that enables users to make payments seamlessly. It integrates smoothly into your application, providing a streamlined checkout experience.
65 lines (64 loc) • 1.77 kB
JSON
{
"name": "@spot-flow/checkout-inline-js",
"version": "0.1.38-dev.2",
"description": "",
"main": "dist/checkout-inline.js",
"module": "dist/checkout-inline.es.js",
"source": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"prepare": "husky",
"commitlint": "commitlint --edit",
"lint-yarn": "eslint '**/*.{js,ts,tsx}'",
"format": "prettier --write",
"lint:fix": "yarn lint --fix"
},
"type": "module",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/mixpanel-browser": "^2.50.2",
"@types/node": "^20.14.9",
"autoprefixer": "^10.4.19",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.4",
"tailwindcss-scoped-preflight": "^3.4.3",
"typescript": "^5.5.3",
"vite": "^5.3.2",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite-tsconfig-paths": "^5.0.1"
},
"author": "Oluwatomisin Jimoh <jayoluwatosin@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Spotflow-One/spotflow-checkout-inline"
},
"homepage": "https://github.com/Spotflow-One/spotflow-checkout-inline",
"bugs": {
"url": "https://github.com/Spotflow-One/spotflow-checkout-inline/issues"
},
"keywords": [
"cdn",
"spotflow",
"checkout",
"inline",
"payment"
],
"dependencies": {
"mixpanel-browser": "^2.55.1",
"pusher-js": "^8.4.0"
}
}