-
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) · 925 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 925 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": "bandnames",
"version": "1.0.3",
"description": "Find a quick and hilarious new username for sites like Discord and Kahoot!",
"main": "index.js",
"scripts": {
"build": "npm run --clean --build && web-ext build -s ./ -a ./out",
"start": "npm run build",
"dev": "tsc --watch",
"dev:firefox": "web-ext run --source-dir ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElijahMSmith/BandNames.git"
},
"author": "Elijah Smith",
"license": "ISC",
"bugs": {
"url": "https://github.com/ElijahMSmith/BandNames/issues"
},
"homepage": "https://github.com/ElijahMSmith/BandNames#readme",
"devDependencies": {
"@types/chrome": "^0.0.287",
"@types/firefox-webext-browser": "^120.0.4",
"@types/node": "^22.10.2",
"@types/webextension-polyfill": "^0.12.1",
"typescript": "^5.7.2",
"web-ext-types": "^3.2.1"
},
"dependencies": {
"webextension-polyfill": "^0.12.0"
}
}