-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.2 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.2 KB
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
41
42
{
"name": "valentime",
"type": "module",
"version": "1.0.0",
"description": "An app get track of your specials moments, pictures, and stay close with your partner, even in long distance",
"main": "index.js",
"scripts": {
"start": "node ./dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p tsconfig.json",
"dev": "echo Running test script. && npm run build & npm run start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"ffprobe-static": "^3.1.0",
"fluent-ffmpeg": "^2.1.3",
"multer": "^1.4.5-lts.1",
"socket.io": "^4.8.1",
"somefunctions": "^5.0.1",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.8",
"@types/express": "^5.0.0",
"@types/ffprobe-static": "^2.0.3",
"@types/fluent-ffmpeg": "^2.1.27",
"@types/multer": "^1.4.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ImSpyke/valentime.git"
},
"bugs": {
"url": "https://github.com/ImSpyke/valentime/issues"
},
"homepage": "https://github.com/ImSpyke/valentime#readme"
}