-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 950 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
{
"name": "playground",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha index.spec.js --exit",
"notify": "say 'THE JOB HAS EXIT AND IT IS NOT RUNNIG'"
},
"author": "",
"license": "ISC",
"dependencies": {
"@healthtree/firestore-join": "0.5.14",
"exponential-backoff": "^3.1.1",
"firebase-admin": "^10.3.0",
"firebase-scrypt": "^2.2.0",
"JSONStream": "^1.3.5",
"lodash": "^4.17.21",
"luxon": "^3.1.0",
"moment": "2.24.0",
"moment-timezone": "^0.5.26",
"p-queue": "^6.6.2",
"papaparse": "^5.4.1",
"promise-queue": "^2.2.5",
"smart-deep-sort": "^1.0.2",
"split": "^1.0.1",
"stream-chain": "^2.2.5",
"stream-json": "^1.7.5",
"string-similarity-js": "^2.1.4",
"throttled-queue": "^1.0.7"
},
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.1.0",
"sinon": "^14.0.2",
"sinon-test": "^3.1.4"
}
}