-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 934 Bytes
/
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
{
"name": "pegasus",
"version": "2.1.0",
"description": "",
"main": "source/server.ts",
"scripts": {
"dev": "nodemon source/server.ts",
"start": "tsc && nodemon source/server.ts",
"build": "tsc"
},
"keywords": [
"API",
"Node",
"Steam",
"SVG",
"Anilist"
],
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"@types/axios": "^0.14.0",
"@types/express": "^4.17.14",
"@types/morgan": "^1.9.3",
"axios": "^1.4.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-openapi-validator": "^5.0.0",
"express-rate-limit": "^6.7.0",
"js-yaml": "^4.1.0",
"morgan": "^1.10.0",
"nodemon": "^3.0.1",
"path": "^0.12.7",
"psn-api": "^2.8.3",
"swagger-ui-express": "^4.6.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"@types/swagger-ui-express": "^4.1.3",
"@types/js-yaml": "^4.0.5"
}
}