-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1015 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1015 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
31
32
33
{
"name": "extenction",
"version": "1.1.0",
"description": "A powerful Brave/Chrome extension that enables Mini Player and Picture-in-Picture (PiP) for videos on any website with advanced controls and keyboard shortcuts.",
"main": "background.js",
"scripts": {
"build": "npx tailwindcss -i ./input.css -o ./popup.css",
"watch": "npx tailwindcss -i ./input.css -o ./popup.css --watch",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Prasann62/onlinesubtitleextenction.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"jest": {
"testEnvironment": "jsdom"
},
"bugs": {
"url": "https://github.com/Prasann62/onlinesubtitleextenction/issues"
},
"homepage": "https://github.com/Prasann62/onlinesubtitleextenction#readme",
"devDependencies": {
"autoprefixer": "^10.4.23",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19"
}
}