You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
m3u8-downloader-TypeScript/package.json

16 lines
413 B
JSON

{
"name": "electron-template",
"version": "0.1.0",
"description": "electron-template",
"main": "index.js",
"scripts": {
"dev": "pnpm -r --parallel -F main -F renderer run dev",
"build": "pnpm -r --parallel -F main -F renderer run build",
"pack": "pnpm -F main run pack",
"release": "pnpm run build && pnpm -F main run release"
},
"keywords": [],
"author": "",
"license": "MIT"
}