-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 805 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 805 Bytes
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
{
"name": "agent-availability",
"version": "0.0.1",
"main": "/src/output/src/index.js",
"description": "A Keybase bot used to signal dOrg Agent availability.",
"author": {
"email": "ben@dorg.tech",
"name": "Ben Walker",
"url": "https://dorg.tech"
},
"scripts": {
"build": "tsc",
"requirements-check": "tsc src/scripts/check_node_version.ts"
},
"dependencies": {
"@types/moment-timezone": "^0.5.13",
"@types/node": "^13.11.1",
"@types/semver": "^7.2.0",
"add": "^2.0.6",
"dotenv": "^8.2.0",
"keybase-bot": "^3.6.1",
"moment": "^2.26.0",
"moment-timezone": "^0.5.28",
"semver": "^7.3.2"
},
"devDependencies": {
"typescript": "^3.9.2"
},
"engineStrict": true,
"engines": {
"node": "10.16.3"
},
"license": "MIT"
}