-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 964 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 964 Bytes
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
{
"name": "cine-friend",
"version": "1.0.0",
"description": "Get every info of your favorite movie",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"build": "npx @tailwindcss/cli -i ./public/css/input.css -o ./public/css/output.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s-afrid/Cine-Friend.git"
},
"keywords": [
"Cine",
"Friend",
"Movie",
"Film",
"Info"
],
"author": "Syed Afrid",
"license": "ISC",
"bugs": {
"url": "https://github.com/s-afrid/Cine-Friend/issues"
},
"homepage": "https://github.com/s-afrid/Cine-Friend#readme",
"dependencies": {
"@tailwindcss/cli": "^4.1.13",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "^5.1.0",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.10",
"tailwindcss": "^4.1.13"
}
}