-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 880 Bytes
/
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
{
"name": "use-zman",
"version": "1.2.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"react",
"hook",
"language",
"translation",
"internationalization",
"i18n",
"use-zman",
"hoshangdev"
],
"author": "HoshangDEV <[email protected]>",
"license": "ISC",
"description": "A simple React hook to add multiple languages to your React app.",
"repository": {
"type": "git",
"url": "https://github.com/HoshangDEV/use-zman.git"
},
"bugs": {
"url": "https://github.com/HoshangDEV/use-zman/issues"
},
"homepage": "https://github.com/HoshangDEV/use-zman#readme",
"dependencies": {
"react": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.5",
"typescript": "^5.5.4"
}
}