react-use-stopwatch
Version:
React Stopwatch Hook
34 lines (33 loc) • 783 B
JSON
{
"name": "react-use-stopwatch",
"version": "2.1.2",
"description": "React Stopwatch Hook",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/troykessler/react-use-stopwatch.git"
},
"keywords": [
"React",
"Stopwatch",
"Hook"
],
"author": "Troy Kessler",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/troykessler/react-use-stopwatch/issues"
},
"homepage": "https://gitlab.com/troykessler/react-use-stopwatch#readme",
"peerDependencies": {
"react": "^16.12.0"
},
"devDependencies": {
"@types/react": "^16.9.16",
"typescript": "^3.7.3"
}
}