-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 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
{
"name": "bookofmormon-online",
"version": "1.0.0",
"description": "Book of Mormon Online",
"main": "src/index.ts",
"dependencies": {
"@types/bluebird": "^3.5.42",
"@types/validator": "^13.11.6",
"apollo-server-express": "^3.13.0",
"axios": "^1.6.2",
"bcryptjs": "^2.4.3",
"connect-session-sequelize": "^7.1.7",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dns": "^0.2.2",
"dotenv": "^16.3.1",
"email-validator": "^2.0.4",
"esm": "^3.2.25",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"graphql": "^16.8.1",
"graphql-resolvers": "^0.4.2",
"http-proxy": "^1.18.1",
"is-json": "^2.0.1",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mysql": "^2.18.1",
"mysql2": "^3.6.3",
"net": "^1.0.2",
"openai-gpt-token-counter": "^1.1.0",
"path": "^0.12.7",
"redis": "^4.6.10",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"scripture-guide": "^1.0.57",
"sentence-splitter": "^4.3.0",
"sequelize": "^6.35.1",
"sequelize-auto": "^0.8.8",
"sequelize-hierarchy": "^2.0.4",
"serverless-http": "^3.2.0",
"smartquotes": "^2.3.2",
"util": "^0.12.5",
"utility-types": "^3.10.0",
"winston": "^3.11.0",
"winston-syslog": "^2.7.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.126",
"@types/dotenv": "^6.1.1",
"@types/graphql": "^14.5.0",
"@types/node": "^20.9.2",
"@types/redis": "^4.0.10",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"nodemon": "^3.0.1",
"prettier": "^3.1.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-node-externals": "^3.0.0"
},
"author": "",
"license": "ISC",
"scripts": {
"start": "ts-node src/index.ts "
}
}