-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
32 lines (32 loc) · 853 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
{
"name": "movie-box",
"version": "0.1.7",
"description": "Update a gist to contain your recently watched movies from trakt.tv.",
"author": "Luis Alejandro Martínez Faneyth <luis@luisalejandro.org>",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/LuisAlejandro/movie-box.git"
},
"bugs": {
"url": "https://github.com/LuisAlejandro/movie-box/issues"
},
"homepage": "https://github.com/LuisAlejandro/movie-box#readme",
"main": "index.js",
"scripts": {
"update": "node index.js",
"dist": "webpack"
},
"dependencies": {
"@octokit/rest": "20.1.1",
"axios": "^1.7.2",
"dotenv": "16.4.5",
"eastasianwidth": "0.3.0",
"gist-box": "0.3.1",
"octokit": "4.0.2"
},
"devDependencies": {
"webpack": "5.93.0",
"webpack-cli": "5.1.4"
}
}