mirror of
https://github.com/bobstanton/obsidian-who-is-streaming.git
synced 2026-07-22 06:42:52 +00:00
33 lines
939 B
JSON
33 lines
939 B
JSON
{
|
|
"name": "who-is-streaming",
|
|
"version": "1.1.2",
|
|
"description": "Discover and keep track of which streaming services a movie is currently available to be streamed on.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit --pretty false",
|
|
"review": "npm run lint && npm run typecheck && npm run build"
|
|
},
|
|
"keywords": [],
|
|
"author": "Bob Stanton",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/node": "^24.10.1",
|
|
"esbuild": "0.27.0",
|
|
"eslint-plugin-obsidianmd": "^0.3.0",
|
|
"globals": "^17.6.0",
|
|
"jiti": "^2.7.0",
|
|
"obsidian": "^1.10.3",
|
|
"tslib": "2.8.1",
|
|
"typescript": "5.9.3",
|
|
"typescript-eslint": "^8.59.3"
|
|
},
|
|
"dependencies": {
|
|
"he": "^1.2.0",
|
|
"streaming-availability": "^4.4.0"
|
|
}
|
|
}
|