-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.61 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.61 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
43
44
45
46
47
48
49
50
{
"name": "aiocatalogs",
"version": "1.0.0",
"description": "AIOCatalogs is an open-source addon that combines multiple catalog addons into a single one with enhanced performance and a user-friendly configuration interface. It features multi-platform compatibility, serverless deployment options, and an optimized caching system. Join our community on Discord (discord.gg/Ma4SnagqwE) or contribute on GitHub (github.com/panteLx/aiocatalogs)",
"main": "dist/platforms/cloudflare/index.js",
"scripts": {
"build": "tsc",
"dev": "wrangler dev --env dev",
"deploy": "npm run build && wrangler deploy",
"preview": "npm run build && wrangler versions upload",
"test": "vitest run --passWithNoTests",
"test:coverage": "vitest run --coverage",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "tsc --noEmit",
"release": "bumpp"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=7.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/panteLx/aiocatalogs.git"
},
"keywords": [
"stremio",
"addon",
"catalogs"
],
"author": "panteLx",
"license": "MIT",
"bugs": {
"url": "https://github.com/panteLx/aiocatalogs/issues"
},
"homepage": "https://github.com/panteLx/aiocatalogs#readme",
"dependencies": {
"hono": "^3.12.12",
"stremio-addon-sdk": "^1.6.10"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230914.0",
"@vitest/coverage-v8": "^3.1.3",
"bumpp": "^10.1.0",
"prettier": "^3.3.2",
"typescript": "^5.8.3",
"vitest": "^3.1.3",
"wrangler": "^4.14.4"
}
}