-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.99 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
{
"name": "clarysai",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"devStart": "nodemon -r dotenv/config --ignore data --ignore tempFile.json server.ts",
"generate-swagger": "swagger-jsdoc -d ./src/swagger.json",
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix",
"start": "node -r dotenv/config dist/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.726.0",
"@aws-sdk/client-s3": "^3.676.0",
"@aws-sdk/client-secrets-manager": "^3.675.0",
"@aws-sdk/lib-storage": "^3.676.0",
"@aws-sdk/node-http-handler": "^3.370.0",
"@polkadot/api": "^14.1.1",
"aws-sdk": "^2.1691.0",
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"docx": "^9.0.3",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-validator": "^7.2.0",
"fs": "^0.0.1-security",
"googleapis": "^144.0.0",
"inversify": "^6.0.2",
"inversify-express-utils": "^6.4.6",
"js": "^0.1.0",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"openai": "^4.76.1",
"path": "^0.12.7",
"pino": "^9.5.0",
"pino-pretty": "^13.0.0",
"puppeteer": "^23.10.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-dist": "^5.17.14",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"@types/async": "^3.2.24",
"@types/express": "^5.0.0",
"@types/express-list-endpoints": "^6.0.3",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^9.13.0",
"nodemon": "^3.1.7",
"reflect-metadata": "^0.2.2",
"ts-loader": "^9.5.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
}
}