forked from roshank231/optest
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 953 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
{
"name": "onepace-stremio",
"version": "2.0.0",
"description": "Stremio addon for watching One Pace and One Piece Kai effortlessly",
"keywords": [
"stremio",
"stremio-addons",
"anime",
"one-piece",
"one-pace",
"torrent"
],
"author": "Aurélien <[email protected]> (https://garnier.dev)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/au2001/onepace-stremio.git"
},
"scripts": {
"format": "prettier --write .",
"scrape": "ts-node scripts/scrape.ts",
"generate": "graphql-codegen"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/parse-torrent": "^5.8.7",
"fluent-ffmpeg": "^2.1.2",
"graphql-request": "^6.1.0",
"limiter": "^2.1.0",
"parse-torrent": "^9.1.5",
"prettier": "^3.2.4",
"ts-node": "^10.9.2"
}
}