-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
35
36
37
{
"name": "pomoji",
"displayName": "Pomoji: Pomodoro and Focus Timer with Animated Buddy",
"version": "0.0.2",
"author": "Rahul Raikwar <[email protected]> (https://github.com/rahulraikwar00) <https://github.com/rahulraikwar00>",
"description": "A Pomodoro and focus timer with an animated buddy walking at the bottom of the tab to enhance your focus.",
"type": "module",
"license": "MIT",
"keywords": [
"chrome-extension",
"vanilla",
"vite",
"create-chrome-ext"
],
"engines": {
"node": ">=14.18.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"fmt": "prettier --write '**/*.{js,json,css,scss,md}'",
"zip": "npm run build && node src/zip.js"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.19",
"@types/canvas-confetti": "^1.6.4",
"gulp": "^5.0.0",
"gulp-zip": "^6.0.0",
"prettier": "^3.0.3",
"vite": "^4.4.11"
},
"dependencies": {
"canvas-confetti": "^1.9.3",
"js-confetti": "^0.12.0"
}
}