-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1 KB
/
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
29
30
31
32
33
34
{
"name": "zyt",
"version": "1.0.0",
"description": "Nirvana for YouTube",
"scripts": {
"build": "web-ext build --source-dir=./src --overwrite-dest -i=promo/ safari/",
"build:watch": "watchman-make -p '**/*.js' '**/*.html' '**/*.json' --run ./build.sh",
"build:safari": "xcrun safari-web-extension-converter --project-location ./src/safari .",
"test": "jest --detectOpenHandles",
"test:watch": "jest --detectOpenHandles --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inversepolarity/zyt.git"
},
"keywords": ["chrome-extension","youtube","zen"],
"author": "inversepolarity",
"license": "ISC",
"bugs": {
"url": "https://github.com/inversepolarity/zyt/issues"
},
"homepage": "https://github.com/inversepolarity/zyt#readme",
"devDependencies": {
"jest": "^29.4.3",
"jest-chrome": "^0.8.0",
"jest-environment-jsdom": "^29.4.3",
"puppeteer": "^19.7.2"
},
"overrides": {
"jest-chrome": {
"jest": "$jest"
}
}
}