-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 870 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
{
"name": "easyditor",
"version": "1.0.0",
"description": "Video editing app",
"main": "index.js",
"scripts": {
"start": "node index.js",
"watch": "npx tailwindcss -i ./views/css/input.css -o ./public/css/main.css --watch"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/hakim-d/easyditor.git"
},
"keywords": [
"nodejs",
"editly",
"video processing",
"video editing"
],
"author": "@hakim-d",
"license": "ISC",
"bugs": {
"url": "https://github.com/hakim-d/easyditor/issues"
},
"homepage": "https://github.com/hakim-d/easyditor#readme",
"dependencies": {
"alpinejs": "^3.12.0",
"editly": "^0.14.2",
"ejs": "^3.1.9",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"tailwindcss": "^3.3.2"
}
}