-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 969 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 969 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
38
{
"name": "ton-surf-localization",
"version": "6.2.1",
"description": "Surf application localization files",
"main": "src/index.ts",
"scripts": {
"tsc": "tsc"
},
"files": [
"src/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tonlabs/TON-Surf-Localization.git"
},
"keywords": [
"Surf",
"Ever Surf",
"Everscale",
"localization"
],
"author": "TON Labs",
"license": "ISC",
"bugs": {
"url": "https://github.com/tonlabs/TON-Surf-Localization/issues"
},
"homepage": "https://github.com/tonlabs/TON-Surf-Localization#readme",
"peerDependencies": {
"react-native-localization": "^2.1.6"
},
"dependencies": {},
"devDependencies": {
"@types/react": "17.0.24",
"@tonlabs/localization": "^2.3.2",
"typescript": "4.4.3",
"react-native-localization": "^2.1.6"
}
}