-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 KB
/
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
40
41
42
43
44
45
{
"name": "write2sheet",
"version": "1.0.15",
"description": "Write data to google Sheets",
"main": "index.js",
"author": "André Veríssimo",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/averissimo/write2sheet/issues"
},
"homepage": "https://github.com/averissimo/write2sheet",
"repository": {
"type": "git",
"url": "https://github.com/averissimo/write2sheet"
},
"scripts": {
"test": "xo && mocha"
},
"dependencies": {
"ava": "^6.1.3",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"google-auth-library": "^9.14.2",
"googleapis": "^144.0.0",
"mocha": "^10.7.3",
"moment": "^2.30.1",
"pnpm": "^9.12.1",
"promise": "^8.3.0",
"readline": "^1.3.0",
"xo": "^0.59.3"
},
"pnpm": {
"overrides": {
"node-forge@<1.0.0": ">=1.0.0",
"node-forge@<1.3.0": ">=1.3.0",
"got@<11.8.5": ">=11.8.5",
"flat@<5.0.1": ">=5.0.1",
"json-bigint@<1.0.0": ">=1.0.0",
"minimatch@<3.0.5": ">=3.0.5",
"debug@>=3.2.0 <3.2.7": ">=3.2.7",
"braces@<3.0.3": ">=3.0.3",
"micromatch@<4.0.8": ">=4.0.8"
}
}
}