-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
32 lines (32 loc) · 823 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
29
30
31
32
{
"name": "msedgesearchclicker",
"description": "Microsoft Edge browser search clicker with random words",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greybax/MSEdgeSearchClicker.git"
},
"author": "Aleksandr Filatov",
"license": "MIT",
"bugs": {
"url": "https://github.com/greybax/MSEdgeSearchClicker/issues"
},
"homepage": "https://greybax.github.io/MSEdgeSearchClicker",
"dependencies": {
"random-words": "^1.2.0"
},
"devDependencies": {
"@types/node": "^18.19.1",
"gh-pages": "^4.0.0",
"typescript": "^4.8.4",
"vite": "^5.0.4"
}
}