-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.2 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "emoo-re",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": {
"name": "Eric D MOore",
"email": "[email protected]",
"url": "https://im.ericdmoore.com"
},
"scripts": {
"test": "make test",
"ls": "make list",
"cdk:build": "make build-cloud",
"schema:gen": "make schema-gen",
"schema:lint": "make schema-lint",
"schema:inspect:": "make schema-inspect",
"schema:check": "make schema-check",
"prepare": "husky install"
},
"keywords": [],
"license": "MIT",
"devDependencies": {
"@graphql-eslint/eslint-plugin": "^0.9.1",
"@graphql-inspector/cli": "^2.3.0",
"@graphql-inspector/config": "^2.3.0",
"@graphql-tools/schema": "^7.1.3",
"@types/asciichart": "^1.5.5",
"@types/aws-lambda": "^8.10.75",
"@types/bcrypt": "^5.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/benchmark": "^2.1.0",
"@types/boxen": "^3.0.1",
"@types/d3-array": "^3.0.0",
"@types/jest": "^26.0.22",
"@types/jsonld": "^1.5.5",
"@types/jsonwebtoken": "^8.5.2",
"@types/local-dynamo": "^0.5.0",
"@types/merge-deep": "^3.0.0",
"@types/mime": "^1.3.2",
"@types/ms": "^0.7.31",
"@types/node": "^15.12.2",
"@types/node-fetch": "^2.5.12",
"@types/qrcode": "^1.4.0",
"@types/ua-parser-js": "0.7.36",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"ascii-boxplot": "^1.2.0",
"asciichart": "^1.5.25",
"aws-cdk": "^1.98.0",
"benchmark": "^2.1.4",
"body-parser": "^1.19.0",
"boxen": "^5.0.1",
"chalk": "^2.4.2",
"d3-array": "^3.0.1",
"date-fns": "^2.23.0",
"es-dirname": "^0.1.0",
"esbuild": "^0.8.57",
"eslint": "^7.29.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"getopts": "^2.3.0",
"got": "^11.8.2",
"graphql-config": "^3.2.0",
"graphql-schema-linter": "^2.0.1",
"io-ts-reporters": "^1.2.2",
"jest": "^26.6.3",
"jsonld": "^5.2.0",
"local-dynamo": "^0.6.0",
"lodash": "^4.17.21",
"merge-deep": "^3.0.3",
"ms": "^2.1.2",
"sparkline": "^0.2.0",
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"husky": "^7.0.0"
},
"dependencies": {
"@aws-cdk/aws-lambda": "^1.79.0",
"@aws-cdk/core": "^1.79.0",
"aws-sdk": "^2.882.0",
"bcryptjs": "^2.4.3",
"dotenv": "^8.2.0",
"dynamodb-toolbox": "^0.3.3",
"fast-geoip": "^1.1.31",
"fp-ts": "^2.10.5",
"globby": "^11.0.1",
"hi-base32": "^0.5.1",
"io-ts": "^2.2.16",
"jsonwebtoken": "^8.5.1",
"ksuid": "^2.0.0",
"ky-universal": "^0.8.2",
"memfs": "^3.2.0",
"mime": "^1.6.0",
"nanoid": "^3.1.23",
"node-fetch": "^2.6.1",
"otplib": "^12.0.1",
"p-queue": "^7.1.0",
"qrcode": "^1.4.4",
"ua-parser-js": "0.7.30"
},
"unused": {
"apollo-server": "^2.22.2",
"apollo-server-express": "^2.22.2",
"fido2-helpers": "^1.7.2",
"fido2-library": "^2.5.3",
"io-ts": "^2.2.13",
"graphql": "^15.4.0",
"fp-ts": "^2.9.3"
}
}