forked from vankasteelj/trakt.tv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 995 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
39
{
"name": "trakt.tv-browser",
"version": "8.2.1-0",
"description": "Interact with Trakt.tv API in browser",
"keywords": [
"trakt",
"api",
"wrapper"
],
"main": "dist/trakt.js",
"author": "Jean van Kasteel",
"contributors": [
"sharkykh"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sharkykh/trakt.tv-browser"
},
"bugs": {
"url": "https://github.com/sharkykh/trakt.tv-browser/issues"
},
"dependencies": {
"ky": "^1.2.1",
"randombytes": "^2.1.0"
},
"scripts": {
"build": "rollup -c rollup.config.mjs",
"docs": "node docs/methods-generator"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-replace": "^5.0.5",
"rollup": "^4.22.5"
}
}