mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-24 04:08:04 -08:00
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "torrentparts",
|
|
"version": "1.2.1",
|
|
"description": "📑 A website to inspect and edit Torrent files and Magnet URLs",
|
|
"main": "bin/bundle.js",
|
|
"dependencies": {
|
|
"browserify": "^17.0.0",
|
|
"bytes": "^3.1.2",
|
|
"clipboard": "^2.0.11",
|
|
"magnet-uri": "^6.2.0",
|
|
"mime-types": "^2.1.35",
|
|
"parse-torrent": "^9.1.4",
|
|
"tippy.js": "^6.3.7",
|
|
"webtorrent": "^1.8.6"
|
|
},
|
|
"devDependencies": {
|
|
"buffer": "^6.0.3",
|
|
"notyf": "^3.10.0",
|
|
"terser": "^5.12.1",
|
|
"watchify": "^4.0.0"
|
|
},
|
|
"scripts": {
|
|
"watch": "watchify src/parse.js -o bin/bundle.js",
|
|
"compile": "browserify src/parse.js -o bin/bundle.js",
|
|
"minify": "terser bin/bundle.js -c -m -o bin/bundle.min.js",
|
|
"build": "npm run compile && npm run minify",
|
|
"update": "npm update -g && npm update && npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/leoherzog/TorrentParts.git"
|
|
},
|
|
"glitch": {
|
|
"projectType": "generated_static"
|
|
},
|
|
"author": "Leo Herzog",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/leoherzog/TorrentParts/issues"
|
|
},
|
|
"homepage": "https://github.com/leoherzog/TorrentParts"
|
|
}
|