-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 810 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 810 Bytes
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
{
"name": "simpmusic-utils",
"version": "1.1.1",
"description": "Extract cookies from YouTube Music (String or Netscape format) and Spotify (sp_dc parameter)",
"main": "dist/background.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"watch": "webpack --config webpack.config.js --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"chrome-extension",
"youtube-music",
"spotify",
"cookies",
"typescript",
"simpmusic"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/chrome": "^0.0.237",
"@types/firefox-webext-browser": "^143.0.0",
"copy-webpack-plugin": "^11.0.0",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}