@j1010/pomodoro-timer
Version:
A React component for pomodoro timer
54 lines • 1.4 kB
JSON
{
"name": "@j1010/pomodoro-timer",
"version": "0.0.14",
"description": "A React component for pomodoro timer",
"main": "./dist/pomodoro-timer.umd.js",
"module": "./dist/pomodoro-timer.js",
"types": "./dist/pomodoro-timer.d.ts",
"style": "./dist/pomodoro-timer.css",
"files": [
"dist"
],
"scripts": {
"build": "pnpm vite build",
"publish": "pnpm build && npm publish --access public"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@types/node": "^22.13.5",
"@types/react": "^18",
"@types/react-circular-progressbar": "^1.1.0",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.3.4",
"react-circular-progressbar": "2.1.0",
"typescript": "^5",
"vite": "^6.1.1",
"vite-plugin-dts": "^3.9.1"
},
"exports": {
".": {
"import": "./dist/pomodoro-timer.js",
"require": "./dist/pomodoro-timer.umd.js",
"types": "./dist/pomodoro-timer.d.ts"
},
"./style.css": "./dist/pomodoro-timer.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jbgf/pomodoro-timer.git"
},
"keywords": [
"timemanagement",
"pomodoro",
"timer"
],
"author": "jb1010",
"license": "MIT",
"bugs": {
"url": "https://github.com/jbgf/pomodoro-timer/issues"
},
"homepage": "https://www.5minutetimer.app/pomodoro"
}