-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 941 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
40
41
{
"name": "longtrail",
"version": "0.1.16",
"main": "index.js",
"license": "MIT",
"dependencies": {
"async-redis": "^1.1.7",
"bee-queue": "^1.2.2",
"clean-deep": "^3.1.0",
"find-my-way": "^2.2.1",
"ioredis": "^4.14.1",
"knex": "^0.19.5",
"knex-migrate": "^1.7.4",
"lodash": "^4.17.15",
"luxon": "^1.19.3",
"mailgun-js": "^0.22.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"objection": "^1.6.11",
"pg": "^7.12.1",
"pipe-functions": "^1.3.0",
"plivo": "^4.1.6",
"stack-trace": "^0.0.10",
"uuid": "^3.3.3"
},
"scripts": {
"test": "jest",
"test:watch": "yarn test --watch",
"test:coverage": "yarn test --coverage",
"test:coverage:watch": "yarn test --coverage --watch",
"test:prepare": "./prepare.sh"
},
"jest": {
"collectCoverageFrom": [
"lib/**/*.js"
]
},
"devDependencies": {
"jest": "^24.9.0"
}
}