mirror of
https://github.com/NoCrypt/migu.git
synced 2026-01-11 20:10:22 +00:00
40 lines
1 KiB
JSON
40 lines
1 KiB
JSON
{
|
|
"name": "Miru",
|
|
"private": true,
|
|
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
|
"description": "Stream anime torrents, real-time with no waiting for downloads.",
|
|
"main": "build/main.js",
|
|
"homepage": "https://github.com/ThaUnknown/miru#readme",
|
|
"standard": {
|
|
"ignore": [
|
|
"bundle.js",
|
|
"bundle.map.js"
|
|
],
|
|
"env": [
|
|
"browser",
|
|
"node"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/parser": "^7.1.1",
|
|
"concurrently": "^8.2.2",
|
|
"copy-webpack-plugin": "^12.0.2",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.10.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-plugin-svelte": "^2.35.1",
|
|
"fuse.js": "^7.0.0",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"matroska-metadata": "^1.0.6",
|
|
"mini-css-extract-plugin": "^2.8.1",
|
|
"webpack": "^5.91.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^5.0.2",
|
|
"webtorrent": "^2.4.11"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20240222.0",
|
|
"npm-run-all": "^4.1.5"
|
|
}
|
|
}
|