UNPKG

@playmoweb/vue-payline-wrapper

Version:
45 lines (44 loc) 1.18 kB
{ "name": "@playmoweb/vue-payline-wrapper", "version": "1.1.2", "description": "VueJS Payline Widget Wrapper.", "main": "dist/index.js", "module": "dist/index.esm.js", "files": [ "dist" ], "devDependencies": { "bili": "^4.8.1", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.20.0", "eslint-plugin-vue": "^6.1.2", "rollup-plugin-vue": "^5.1.6", "vue": "^2.6.11", "vue-template-compiler": "^2.6.11" }, "scripts": { "build": "npm run build:module", "build:module": "NODE_ENV=production bili --format cjs,es --module-name VuePaylineWrapper", "lint": "eslint --ext js --ext vue src", "lint:fix": "npm run lint -- --fix", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/playmoweb/vue-payline-wrapper.git" }, "keywords": [ "vue", "wrapper", "payline", "paiement", "vuejs" ], "author": "Playmoweb SAS", "license": "MIT", "bugs": { "url": "https://github.com/playmoweb/vue-payline-wrapper/issues" }, "homepage": "https://github.com/playmoweb/vue-payline-wrapper#readme" }