Files
TorrentParts/package.json
2021-10-29 18:03:52 +00:00

43 lines
1.1 KiB
JSON

{
"name": "torrentparts",
"version": "1.1.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.0",
"clipboard": "^2.0.8",
"magnet-uri": "^6.2.0",
"mime-types": "^2.1.33",
"parse-torrent": "^9.1.4",
"tippy.js": "^6.3.3",
"webtorrent": "^1.5.8"
},
"devDependencies": {
"Buffer": "0.0.0",
"buffer": "^6.0.3",
"notyf": "^3.10.0",
"terser": "^5.9.0",
"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"
},
"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"
}