-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 874 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 874 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
34
35
36
37
{
"name": "use-timer-count",
"version": "0.5.35",
"description": "Hooks related to counters",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "rm -rf dist && tsc --build tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adiezdev/useTimer.git"
},
"author": {
"name": "Adiezvev",
"url": "https://adiez.dev"
},
"keywords": [
"react",
"hook",
"timer"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/adiezdev/useTimer/issues"
},
"homepage": "https://github.com/adiezdev/useTimer#readme",
"devDependencies": {
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.7.3"
}
}