-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 813 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 813 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
{
"name": "screen-recoring-with-audio",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "live-server . --no-css-inject",
"css": "tailwindcss -i src/tailwind.css -o dist/main.css",
"build": "npx tailwindcss -i ./public/css/style.css -o ./public/css/tailwind.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/siddiqui3035/screen-recoring-with-audio.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/siddiqui3035/screen-recoring-with-audio/issues"
},
"homepage": "https://github.com/siddiqui3035/screen-recoring-with-audio#readme",
"dependencies": {
"D": "^1.0.0",
"live-server": "^1.2.1"
},
"devDependencies": {
"tailwindcss": "^3.0.23"
}
}