-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.02 KB
/
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
{
"name": "now-playing",
"version": "1.4.5",
"description": "Now Playing Screen",
"main": "server.js",
"scripts": {
"version": "auto-changelog -p -t https://devops.roefja.cloud/formats/changelog.hbs --hide-empty-releases && auto-changelog -p -t https://devops.roefja.cloud/formats/changelog-release.hbs --hide-empty-releases -o CHANGELOG-RELEASE.md && git add CHANGELOG.md && git add CHANGELOG-RELEASE.md",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rick-arts/now-playing.git"
},
"author": "Rick Arts",
"license": "MIT",
"bugs": {
"url": "https://github.com/rick-arts/now-playing/issues"
},
"homepage": "https://github.com/rick-arts/now-playing#readme",
"dependencies": {
"cors": "^2.8.5",
"cron": "^1.8.2",
"deepcopy": "^2.1.0",
"dotenv": "^14.3.2",
"express": "^4.21.2",
"md5": "^2.3.0",
"moment": "^2.30.1",
"pug": "^3.0.3",
"ws": "^8.17.1"
}
}