-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 964 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": "above-cville",
"version": "1.0.0",
"description": "",
"main": "clock.js",
"scripts": {
"start": "node clock.js",
"test": "jest",
"test:watch": "npm run test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hursey013/above-cville.git"
},
"author": "Brian Hurst",
"license": "MIT",
"bugs": {
"url": "https://github.com/hursey013/above-cville/issues"
},
"homepage": "https://github.com/hursey013/above-cville#readme",
"dependencies": {
"axios": "^0.21.1",
"cardinal-direction": "^1.0.0",
"convert-units": "^2.3.4",
"dotenv": "^8.2.0",
"firebase-admin": "^9.4.2",
"indefinite": "^2.4.1",
"moment": "^2.29.1",
"safe-buffer": "^5.2.1",
"serialize-error": "^7.0.1",
"set-interval-async": "1.0.33",
"twit": "^2.2.11"
},
"devDependencies": {
"eslint": "^7.15.0",
"eslint-plugin-promise": "^4.2.1",
"jest": "^26.6.3"
}
}