-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 894 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
38
39
{
"name": "easy-sheets",
"version": "1.0.11",
"description": "A typed, async library to access Google Sheets.",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/e10jc/easy-sheets.git"
},
"keywords": [
"google",
"sheets"
],
"author": "e10jc",
"license": "ISC",
"bugs": {
"url": "https://github.com/e10jc/easy-sheets/issues"
},
"homepage": "https://github.com/e10jc/easy-sheets#readme",
"dependencies": {
"googleapis": "^67.0.0",
"lodash": "^4.17.20"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/node": "^12.12.50",
"dotenv": "^8.2.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.0",
"typescript": "^4.1.3"
},
"types": "dist/index.d.ts"
}