-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.28 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.28 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
{
"name": "nozo",
"version": "1.0.10",
"description": "",
"main": "background.js",
"license": "ISC",
"scripts": {
"test": "jest",
"test:e2e": "playwright test",
"lint": "eslint .",
"pack": "bestzip extension.zip manifest.json background.js content.js styles.css options.html options.js options.css icons/",
"pack:firefox": "mkdir -p dist_firefox && cp background.js content.js styles.css options.html options.js options.css manifest.firefox.json dist_firefox/ && cp -r icons dist_firefox/ && mv dist_firefox/manifest.firefox.json dist_firefox/manifest.json && cd dist_firefox && bestzip ../nozo-firefox.xpi * && cd .. && rm -rf dist_firefox",
"version": "node scripts/version-sync.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RayZ3R0/nozo.git"
},
"keywords": [],
"author": "",
"type": "commonjs",
"bugs": {
"url": "https://github.com/RayZ3R0/nozo/issues"
},
"homepage": "https://github.com/RayZ3R0/nozo#readme",
"devDependencies": {
"@playwright/test": "^1.57.0",
"bestzip": "^2.2.1",
"eslint": "^9.39.2",
"eslint-plugin-jest": "^29.5.0",
"eslint-plugin-security": "^3.0.1",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jsdom": "^27.3.0",
"playwright": "^1.57.0"
}
}