miru/package.json

46 lines
1,005 B
JSON

{
"name": "miru",
"version": "1.0.0",
"description": "P2P anime streaming site!",
"main": "index.html",
"scripts": {
"test": "standard",
"start": "webpack --watch /app/js/main.js",
"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": {
"idb-keyval": "^5.1.3",
"webtorrent-player": "github:ThaUnknown/webtorrent-player"
},
"standard": {
"ignore": [
"bundle.js",
"bundle.map.js"
],
"env": "browser"
},
"devDependencies": {
"node-polyfill-webpack-plugin": "^1.1.4",
"process-fast": "^1.0.0",
"standard": "^16.0.3",
"webpack": "^5.47.0",
"webpack-cli": "^4.7.2"
}
}