-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 994 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 994 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
39
40
41
42
{
"name": "react-native-amap-kit",
"version": "2.0.22",
"description": "AMAP for react native",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"precommit": "./pre-commit",
"prepublishOnly": "yarn tsc"
},
"pre-commit": [
"precommit"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/wd/react-native-amap-kit.git"
},
"keywords": [
"AMAP",
"react-native",
"amap",
"map"
],
"author": "wd",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/wd/react-native-amap-kit/issues"
},
"homepage": "https://github.com/wd/react-native-amap-kit#readme",
"peerDependencies": {
"react-native": ">=0.47"
},
"devDependencies": {
"@types/react": "^16.7.17",
"@types/react-native": "^0.57.19",
"pre-commit": "^1.2.2",
"react": "16.6.3",
"react-native": "^0.57.8",
"typescript": "^3.2.2"
}
}