UNPKG

2.34 kBJSONView Raw
1{
2 "name": "@google-cloud/datastore",
3 "version": "8.2.2",
4 "description": "Cloud Datastore Client Library for Node.js",
5 "keywords": [
6 "google apis client",
7 "google api client",
8 "google apis",
9 "google api",
10 "google",
11 "google cloud platform",
12 "google cloud",
13 "cloud",
14 "google datastore",
15 "datastore"
16 ],
17 "repository": "googleapis/nodejs-datastore",
18 "license": "Apache-2.0",
19 "author": "Google LLC.",
20 "main": "build/src/index.js",
21 "files": [
22 "build/protos",
23 "build/src"
24 ],
25 "scripts": {
26 "clean": "gts clean",
27 "compile": "tsc -p . && cp -r proto* build/ && cp -r system-test/data build/system-test",
28 "compile-protos": "compileProtos src",
29 "docs": "jsdoc -c .jsdoc.js",
30 "predocs-test": "npm run docs",
31 "docs-test": "linkinator docs",
32 "fix": "gts fix",
33 "prelint": "cd samples; npm link ../; npm install",
34 "lint": "gts check",
35 "prepare": "npm run compile-protos && npm run compile",
36 "samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
37 "presystem-test": "npm run compile",
38 "system-test": "mocha build/system-test --timeout 600000",
39 "pretest": "npm run compile",
40 "test": "c8 mocha build/test",
41 "precompile": "gts clean"
42 },
43 "dependencies": {
44 "@google-cloud/promisify": "^4.0.0",
45 "arrify": "^2.0.1",
46 "concat-stream": "^2.0.0",
47 "extend": "^3.0.2",
48 "google-gax": "^4.0.5",
49 "is": "^3.3.0",
50 "split-array-stream": "^2.0.0",
51 "stream-events": "^1.0.5"
52 },
53 "devDependencies": {
54 "@google-cloud/storage": "^7.0.1",
55 "@types/extend": "^3.0.1",
56 "@types/is": "0.0.23",
57 "@types/js-yaml": "^4.0.0",
58 "@types/mocha": "^9.0.0",
59 "@types/node": "^20.4.9",
60 "@types/proxyquire": "^1.3.28",
61 "@types/sinon": "^10.0.0",
62 "async": "^3.2.4",
63 "c8": "^8.0.1",
64 "gapic-tools": "^0.2.0",
65 "gts": "^5.0.0",
66 "js-yaml": "^4.0.0",
67 "jsdoc": "^4.0.0",
68 "jsdoc-fresh": "^3.0.0",
69 "jsdoc-region-tag": "^3.0.0",
70 "linkinator": "^5.0.0",
71 "mocha": "^9.2.2",
72 "null-loader": "^4.0.0",
73 "p-queue": "^6.6.1",
74 "pack-n-play": "^2.0.0",
75 "proxyquire": "^2.1.3",
76 "sinon": "^16.0.0",
77 "ts-loader": "^8.0.0",
78 "typescript": "^5.1.6",
79 "webpack-cli": "^5.0.0"
80 },
81 "engines": {
82 "node": ">=14.0.0"
83 }
84}