File: //home/cafsindia/snap.cafsinfotech.in/node_modules/vue-recaptcha/package.json
{
"name": "vue-recaptcha",
"version": "2.0.3",
"description": "ReCAPTCHA vue component",
"types": "types/index.d.ts",
"module": "dist/vue-recaptcha.es.js",
"main": "dist/vue-recaptcha.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"build": "rollup -c",
"test": "jest",
"test:unit": "jest src",
"test:e2e": "jest e2e",
"test:types": "tsc -p types/tests",
"prepack": "yarn build",
"prepare": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"author": "DanSnow",
"license": "MIT",
"keywords": [
"vue",
"component",
"vue-component",
"google-recaptcha",
"recaptcha"
],
"workspaces": [
".",
"vue2-test"
],
"repository": {
"type": "git",
"url": "https://github.com/DanSnow/vue-recaptcha.git"
},
"bugs": {
"url": "https://github.com/DanSnow/vue-recaptcha/issues"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-beta.1",
"vue": "^2.0.0 || ^3.0.0"
},
"devDependencies": {
"@babel/cli": "7.18.10",
"@babel/core": "7.19.1",
"@babel/plugin-proposal-object-rest-spread": "7.18.9",
"@babel/preset-env": "7.19.1",
"@rollup/plugin-babel": "5.3.1",
"@vue/compiler-dom": "3.2.39",
"@vue/composition-api": "1.7.0",
"@vue/test-utils": "2.0.0-rc.21",
"babel-jest": "27.5.1",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-import-resolver-node": "0.3.6",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.0.1",
"husky": "8.0.1",
"jest": "27.5.1",
"jest-junit": "13.2.0",
"lint-staged": "13.0.3",
"pinst": "3.0.0",
"prettier": "2.7.1",
"puppeteer": "13.7.0",
"rollup": "2.79.0",
"rollup-plugin-terser": "7.0.2",
"serve-handler": "6.1.3",
"typescript": "4.8.3",
"vue": "3.2.39"
},
"dependencies": {
"vue-demi": "^0.13.11"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"packageManager": "yarn@3.2.3"
}