forked from FAC29A/Server-Zukhra_Paing_Alex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1012 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": "server-zukhra_paing_alex",
"version": "1.0.0",
"description": "Microblogging site",
"main": "src/server.js",
"scripts": {
"test": "node test/test.js",
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"build": "echo \"No build step required\"",
"terraform": "terraform init && terraform plan && terraform apply -auto-approve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FAC29A/Server-Zukhra_Paing_Alex.git"
},
"author": "Zukhra, Paing, Alex",
"license": "ISC",
"bugs": {
"url": "https://github.com/FAC29A/Server-Zukhra_Paing_Alex/issues"
},
"homepage": "https://github.com/FAC29A/Server-Zukhra_Paing_Alex#readme",
"dependencies": {
"axios": "^1.6.7",
"better-sqlite3": "^9.3.0",
"dotenv": "^16.4.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"openai": "^4.26.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.5.0",
"nodemon": "^3.0.3"
},
"engines": {
"node": ">=18.17.1",
"npm": "10.4.0"
}
}