@grammyjs/storage-firestore
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@grammyjs/storage-firestore", | ||
"version": "1.0.0", | ||
"description": "Google Firestore storage adapter for grammY", | ||
"main": "out/index.js", | ||
"types": "out/index.d.ts", | ||
"scripts": { | ||
"prepare": "npm run build", | ||
"build": "tsc", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/grammyjs/storage-firestore.git" | ||
}, | ||
"author": "KnorpelSenf", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/grammyjs/storage-firestore/issues" | ||
}, | ||
"homepage": "https://github.com/grammyjs/storage-firestore#readme", | ||
"devDependencies": { | ||
"@google-cloud/firestore": "^4.10.0", | ||
"typescript": "^4.2.4" | ||
}, | ||
"keywords": [ | ||
"grammy", | ||
"telegram", | ||
"bot", | ||
"session", | ||
"storage", | ||
"adapter", | ||
"middleware", | ||
"firestore" | ||
] | ||
"name": "@grammyjs/storage-firestore", | ||
"version": "1.0.1", | ||
"description": "Google Firestore storage adapter for grammY", | ||
"main": "out/index.js", | ||
"types": "out/index.d.ts", | ||
"scripts": { | ||
"prepare": "npm run build", | ||
"build": "tsc", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/grammyjs/storage-firestore.git" | ||
}, | ||
"files": [ | ||
"out/" | ||
], | ||
"author": "KnorpelSenf", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/grammyjs/storage-firestore/issues" | ||
}, | ||
"homepage": "https://github.com/grammyjs/storage-firestore#readme", | ||
"devDependencies": { | ||
"@google-cloud/firestore": "^4.10.0", | ||
"typescript": "^4.2.4" | ||
}, | ||
"keywords": [ | ||
"grammy", | ||
"telegram", | ||
"bot", | ||
"session", | ||
"storage", | ||
"adapter", | ||
"middleware", | ||
"firestore" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5094
5
24