-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
43 lines (43 loc) · 1.18 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
38
39
40
41
42
43
{
"name": "countdown-circle-timer-monorepo",
"private": true,
"description": "Lightweight React/React Native countdown timer component with color and progress animation based on SVG",
"scripts": {
"build": "pnpm recursive build",
"test": "pnpm recursive test",
"test-coverage": "pnpm recursive test-coverage",
"dev:push": "pnpm recursive dev:push"
},
"homepage": "https://github.com/vydimitrov/react-countdown-circle-timer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vydimitrov/react-countdown-circle-timer.git"
},
"keywords": [
"react",
"react native",
"countdown",
"timer",
"circle",
"clock",
"SVG"
],
"author": "Vasil Dimitrov",
"license": "MIT",
"devDependencies": {
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@types/jest": "27.0.3",
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"@types/react-dom": "17.0.11",
"esbuild": "0.14.2",
"jest": "27.1.0",
"prettier": "2.3.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"ts-jest": "27.1.2",
"typescript": "4.5.3"
}
}