-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.41 KB
/
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
43
44
45
46
47
{
"author": {
"email": "[email protected]",
"name": "T. Michael Keesey"
},
"bugs": {
"url": "https://github.com/keesey/phylopic/issues"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.675.0",
"@phylopic/api-models": "*",
"@phylopic/utils": "*",
"jsonwebtoken": "^9.0.2",
"pg": "^8.11.5"
},
"description": "Application Programming Interface for PhyloPic",
"devDependencies": {
"@phylopic/tsconfig": "*",
"@types/aws-lambda": "^8.10.137",
"@types/jsonwebtoken": "^9.0.6",
"@types/pg": "^8.11.5",
"aws-lambda": "^1.0.7",
"eslint-config-phylopic": "*",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"serverless": "^3.38.0",
"serverless-offline": "^13.3.3",
"serverless-webpack": "^5.13.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0",
"webpack": "^5.91.0"
},
"license": "MIT",
"name": "@phylopic/api",
"peerDependencies": {
"@aws-sdk/signature-v4-crt": "^3.674.0"
},
"private": true,
"scripts": {
"clean": "rm -rf .serverless && rm -rf .turbo && rm -rf .webpack && rm -rf node_modules",
"deploy": "sls deploy",
"dev": "sls offline --httpPort 3003",
"lint": "eslint --fix ./**/*.[jt]s"
},
"version": "2.6.2"
}