This repository was archived by the owner on Jan 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.33 KB
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "loopback-connector-google-cloud-datastore",
"version": "2.21.0",
"description": "Google Cloud Datastore connector for the LoopBack framework.",
"main": "index.js",
"scripts": {
"test": "mocha -t 60s",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://henriquecarv@github.com/henriquecarv/loopback-connector-google-cloud-datastore.git"
},
"keywords": [
"connector",
"datasource",
"henriquecarv",
"loopback",
"strongloop",
"google",
"cloud",
"datastore"
],
"author": "Henrique Carvalho da Cruz <henriquecarv.cruz@gmail.com> (https://henriquecarv.com)",
"license": "MIT",
"homepage": "https://github.com/henriquecarv/loopback-connector-google-cloud-datastore#readme",
"bugs": "https://github.com/henriquecarv/loopback-connector-google-cloud-datastore/issues",
"dependencies": {
"@google-cloud/datastore": "^5.1.0",
"loopback-connector": "^4.11.0"
},
"devDependencies": {
"acorn": "^7.2.0",
"dotenv": "^8.2.0",
"eslint": "^7.1.0",
"eslint-config-loopback": "^13.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^4.2.5",
"loopback-datasource-juggler": "^4.21.2",
"mocha": "^7.2.0",
"prettier": "^2.0.5",
"should": "^13.2.3"
}
}