-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 977 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
42
{
"name": "fieldpapers-tasks",
"version": "0.12.0",
"description": "HTTP-enabled task runner for Field Papers",
"main": "index.js",
"author": "Seth Fitzsimmons <[email protected]>",
"license": "ISC",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/fieldpapers/fp-tasks.git"
},
"engines": {
"node": "~18.15.0",
"npm": "~9"
},
"scripts": {
"lint": "eslint . --ext js",
"lint:fix": "eslint . --ext js --fix"
},
"dependencies": {
"@sentry/node": "^7.46.0",
"async": "^3.2.4",
"aws-sdk": "^2.1.28",
"body-parser": "^1.20.2",
"change-case": "^4.1.2",
"clone": "^2.1.2",
"debug": "^4.3.4",
"express": "^4.18.2",
"holdtime": "^0.1.1",
"mkdirp": "^3.0.0",
"morgan": "^1.10.0",
"request": "^2.55.0",
"require-env": "0.2.1",
"response-time": "^2.3.2",
"tmp": "0.2.1",
"xml2js": "^0.5.0"
},
"devDependencies": {
"eslint": "^8.38.0"
}
}