-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 914 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": "pdf-reader",
"version": "0.0.2",
"description": "Modulo 1 do data quality",
"main": "index.js",
"scripts": {
"test": "mocha test/*.test.js",
"dev:test": "mocha test/*.test.js -w",
"build": "gulp build"
},
"author": "1cadumagalhaes",
"license": "ISC",
"dependencies": {
"@google-cloud/bigquery": "^5.8.0",
"@google-cloud/firestore": "^4.15.0",
"@google-cloud/pubsub": "^2.17.0",
"axios": "^0.21.2",
"pdf2json": "^1.2.3"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-mocha": "^8.0.0",
"gulp-zip": "^4.2.0",
"mocha": "^8.4.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DP6/Doc-Formatter-Penguin.git"
},
"bugs": {
"url": "https://github.com/DP6/Doc-Formatter-Penguin/issues"
},
"homepage": "https://github.com/DP6/Doc-Formatter-Penguin#readme"
}