-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "backloggd-api",
"version": "1.0.0",
"description": "",
"main": "src/app.ts",
"homepage": "https://github.com/Qewertyy/Backloggd-Api",
"scripts": {
"app": "node src/app.ts",
"start": "nodemon src/app.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"vercel-build": "echo hello",
"build": "",
"dev": "nodemon src/app.ts"
},
"author": "Qewertyy <Qewertyy.irl@gmail.com>",
"keywords": [
"backloggd",
"api",
"backlog",
"express",
"typescript",
"backloggd-api"
],
"repository": {
"type": "github",
"url": "https://github.com/Qewertyy/Backloggd-Api"
},
"license": "MIT",
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/node": "^20.3.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
},
"dependencies": {
"@types/express": "^4.17.21",
"axios": "^1.6.8",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"node-cache": "^5.1.2",
"nodemon": "^3.1.0"
}
}