-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 890 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "fireo",
"version": "1.0.3",
"description": "Google Cloud Firestore modern and simplest convenient ORM package in NodeJs. FireO is specifically designed for the Google's Firestore",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*test.js --timeout 15000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octabytes/fireo-nodejs.git"
},
"keywords": [
"fireo",
"firestore",
"orm",
"odm",
"firestore-model",
"google-cloud-firestore"
],
"author": "OctaByte",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/octabytes/fireo-nodejs/issues"
},
"homepage": "https://github.com/octabytes/fireo-nodejs#readme",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^8.2.1"
},
"dependencies": {
"@google-cloud/firestore": "^4.8.1"
}
}