forked from Shellmates/CTF_Algeria_2k22_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 770 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 770 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
{
"name": "ctf_algeria_website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-css": "npx tailwindcss -i ./src/styles.css -o ./public/styles.css --watch",
"start": "live-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shellmates/CTF_Algeria_2k22_Website.git"
},
"author": "Walid Berrouk",
"license": "ISC",
"bugs": {
"url": "https://github.com/Shellmates/CTF_Algeria_2k22_Website/issues"
},
"homepage": "https://github.com/Shellmates/CTF_Algeria_2k22_Website#readme",
"devDependencies": {
"live-server": "^1.2.1",
"tailwindcss": "^3.0.23"
},
"dependencies": {
"npm-watch": "^0.11.0"
}
}