-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 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
48
49
50
51
52
{
"name": "unknown_api_exploiter",
"version": "1.0.0",
"type": "module",
"description": "A thing that will, at some point, do a thing.",
"main": "index.js",
"scripts": {
"dtslint": "dtslint types",
"compile": "npx tsc",
"server": "node dist/app.js",
"dev": "nodemon --exec tsx src/app.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@aws-sdk/client-secrets-manager": "^3.665.0",
"@definitelytyped/dtslint": "^0.2.23",
"@eslint/js": "^9.11.0",
"@tsconfig/node20": "^20.1.4",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.21",
"@types/node": "^22.7.4",
"@types/prompt-sync": "^4.2.3",
"@types/spotify-web-api-node": "^5.0.11",
"@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.6",
"aws-sdk": "^2.1691.0",
"eslint": "^9.11.0",
"globals": "^15.9.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0"
},
"dependencies": {
"@spotify/web-api-ts-sdk": "^1.2.0",
"@types/cors": "^2.8.17",
"axios": "^1.7.7",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"openai": "^4.63.0",
"prompt-sync": "^4.2.0",
"spotify-web-api-node": "^5.0.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
}
}