-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
28 lines (28 loc) · 876 Bytes
/
package.json
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
{
"name": "windowed",
"version": "1.0.0",
"description": "[Install in Chrome Webstore](https://chrome.google.com/webstore/detail/windowed-floating-youtube/gibipneadnbflmkebnmcbgjdkngkbklb)",
"main": "index.js",
"scripts": {
"build": "(cd extension; zip -r ../extension.zip .)",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "web-ext run -s extension --url \"https://youtu.be/Yocja_N5s1I\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/dralletje/Windowed.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dralletje/Windowed/issues"
},
"homepage": "https://github.com/dralletje/Windowed#readme",
"devDependencies": {
"prettier": "^3.4.2",
"puppeteer": "^1.18.1",
"web-ext": "^7.11.0",
"webextension-polyfill-ts": "^0.22.0"
},
"prettier": {}
}