@discue/paddle-integration-firestore
Version:
Paddle payments integration for Google Cloud Firestore
57 lines (56 loc) • 1.77 kB
JSON
{
"name": "@discue/paddle-integration-firestore",
"author": "Stefan Pfaffel",
"license": "MIT",
"version": "0.23.1",
"description": "Paddle payments integration for Google Cloud Firestore",
"main": "lib/index",
"files": [
"lib"
],
"exports": {
".": "./lib/index.js",
"./client": "./lib/client/index.js",
"./server": "./lib/index.js"
},
"scripts": {
"emulators": "firebase emulators:start",
"test": "mocha test/spec/**/*.spec.js --check-leaks --timeout 50000 --file test/global-mocha-setup.js",
"test-e2e": "playwright test test-e2e/spec",
"lint": "eslint -c .eslintrc.json lib",
"release": "standard-version && git push --follow-tags origin && npm publish",
"release-minor": "standard-version --release-as minor && git push --follow-tags origin && npm publish",
"paddle-webhook-tunnel": "lt --port 3456 --subdomain xxrrii533vj7h9qipggbkbze"
},
"repository": {
"type": "git",
"url": "git+https://github.com/discue/paddle-integration-firestore.git"
},
"bugs": {
"url": "https://github.com/discue/paddle-integration-firestore/issues"
},
"homepage": "https://github.com/discue/paddle-integration-firestore#readme",
"keywords": [
"paddle",
"payments",
"firestore"
],
"devDependencies": {
"@playwright/test": "^1.30.0",
"chai": "^4.3.7",
"eslint": "^8.33.0",
"express": "^4.18.2",
"firebase-tools": "^11.22.0",
"localtunnel": "^2.0.2",
"mocha": "^10.2.0",
"node-amy": "^3.7.0",
"nodemon": "^2.0.20",
"puppeteer": "^19.6.3",
"standard-version": "^9.5.0"
},
"dependencies": {
"firebase-admin": "^11.5.0",
"got": "^12.5.3",
"html-entities": "^2.3.3"
}
}