datastore-key-compare
Version:
Compare datastore key objects utils
35 lines (34 loc) • 796 B
JSON
{
"name": "datastore-key-compare",
"version": "2.0.1",
"description": "Compare datastore key objects utils",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "nyc mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QuestionAndAnswer/datastore-key-compare.git"
},
"keywords": [
"GoogleCloudPlatform",
"Datastore",
"key",
"comparison"
],
"author": "Artsiom Miksiuk",
"license": "MIT",
"bugs": {
"url": "https://github.com/QuestionAndAnswer/datastore-key-compare/issues"
},
"homepage": "https://github.com/QuestionAndAnswer/datastore-key-compare#readme",
"devDependencies": {
"@google-cloud/datastore": "^7.5.1",
"chai": "^4.3.7",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
}
}