-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.46 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "tuneport",
"version": "4.3.8",
"description": "Sync YouTube and SoundCloud to Spotify playlists. Download high-quality audio.",
"main": "index.js",
"scripts": {
"dev": "cd tuneport-extension && npm run dev",
"build": "cd tuneport-extension && npm run build",
"build:chrome": "cd tuneport-extension && npm run build:chrome",
"build:webstore": "npm run build:chrome",
"build:github": "cd tuneport-extension && npm run build:github",
"build:firefox": "cd tuneport-extension && npm run build:firefox",
"package": "cd tuneport-extension && npm run package",
"install:extension": "cd tuneport-extension && npm install",
"lint": "cd tuneport-extension && npm run lint",
"lint:fix": "cd tuneport-extension && npm run lint:fix",
"test": "cd tuneport-extension && npm test",
"type-check": "cd tuneport-extension && npm run type-check"
},
"keywords": [
"youtube",
"spotify",
"music",
"playlist",
"extension",
"browser-extension",
"chrome-extension",
"audio-download",
"flac",
"lossless"
],
"author": "TunePort Team",
"license": "MIT",
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Microck/tuneport.git"
},
"bugs": {
"url": "https://github.com/Microck/tuneport/issues"
},
"homepage": "https://github.com/Microck/tuneport#readme",
"devDependencies": {
"@playwright/test": "^1.57.0"
}
}