mirror of
https://github.com/NoCrypt/migu.git
synced 2026-01-11 20:10:22 +00:00
35 lines
939 B
JSON
35 lines
939 B
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": "^6.12.0",
|
|
"concurrently": "^8.2.2",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.8.1",
|
|
"eslint": "^8.54.0",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-plugin-svelte": "^2.35.1",
|
|
"html-webpack-plugin": "^5.5.3",
|
|
"matroska-metadata": "^1.0.3",
|
|
"mini-css-extract-plugin": "^2.7.6",
|
|
"webpack": "^5.89.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^4.15.1",
|
|
"webtorrent": "^2.1.29"
|
|
}
|
|
}
|