UNPKG

@mangopay/mangopay-elements

Version:

JavaScript SDK for Mangopay integration - embed recipient forms and other components

72 lines (71 loc) 1.86 kB
{ "name": "@mangopay/mangopay-elements", "version": "1.0.0-beta.0", "description": "JavaScript SDK for Mangopay integration - embed recipient forms and other components", "main": "./dist/index.umd.js", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "publishConfig": { "registry": "https://gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/npm/" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.esm.js", "require": "./dist/index.umd.js" } }, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "build:watch": "concurrently \"tsc --watch\" \"vite build --watch\"", "lint": "COLUMNS=200 eslint . --format=pretty", "preview": "vite preview", "test": "vitest", "test:watch": "vitest --watch", "test:ui": "vitest --ui", "test:coverage": "vitest --coverage" }, "keywords": [ "mangopay", "sdk", "payment", "recipient", "embed", "iframe", "javascript" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/mangopay/dev/mangopay-js.git" }, "bugs": { "url": "https://gitlab.com/mangopay/dev/mangopay-js/-/issues" }, "homepage": "https://gitlab.com/mangopay/dev/mangopay-js#readme", "devDependencies": { "@mangopay/core": "workspace:*", "@eslint/js": "^9.25.0", "@types/jsdom": "^21.1.7", "@vitest/coverage-v8": "^3.2.4", "concurrently": "^9.2.0", "eslint": "^9.25.0", "eslint-formatter-pretty": "^6.0.1", "globals": "^16.0.0", "jsdom": "^26.0.0", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", "vite": "^6.3.5", "vite-plugin-dts": "^4.3.0", "vitest": "^3.2.4" }, "engines": { "node": ">=18" } }