forked from johnkhansrc/NestGoogleSheetConnector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 988 Bytes
/
package.json
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
{
"name": "@tonylyjones/nest-google-sheet-connector",
"version": "2.0.2",
"description": "A Google Sheet integration for NestJs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && tsc",
"prepublish": "npm run build"
},
"keywords": [
"nestjs",
"library"
],
"author": "tonylyjones",
"license": "MIT",
"dependencies": {
"@nestjs/common": "^9.2.1",
"google-auth-library": "^8.7.0",
"googleapis": "^110.0.0",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/tonylyjones/NestGoogleSheetConnector.git"
},
"bugs": {
"url": "https://github.com/tonylyjones/NestGoogleSheetConnector/issues"
},
"homepage": "https://github.com/tonylyjones/NestGoogleSheetConnector#readme"
}