{ "name": "miru", "version": "1.0.0", "description": "P2P anime streaming site!", "main": "index.html", "scripts": { "test": "standard", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/ThaUnknown/miru.git" }, "keywords": [ "anime", "streaming", "p2p", "webtorrent", "torrent" ], "author": "ThaUnknown_", "license": "MIT", "bugs": { "url": "https://github.com/ThaUnknown/miru/issues" }, "homepage": "https://github.com/ThaUnknown/miru#readme", "dependencies": { "webtorrent-player": "github:ThaUnknown/webtorrent-player" }, "devDependencies": { "node-polyfill-webpack-plugin": "^1.1.4", "standard": "^16.0.3", "webpack": "^5.47.0", "webpack-cli": "^4.7.2" } }