-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.16 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
{
"name": "kenya-administrative-divisions",
"version": "0.0.18",
"description": "Kenya-administrative-divisions is an npm package that provides information about counties, constituencies, and wards in Kenya. This package can be used by developers who are building web or mobile applications that require access to geographic data about Kenya.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist",
"types/index.d.ts",
"county.json"
],
"typings": "types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/michaelnjuguna/kenya-administrative-divisions.git"
},
"keywords": [
"kenya administrative divisions",
"counties",
"constituencies",
"wards",
"kenya"
],
"author": "michael njuguna michaelnjuguna184@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelnjuguna/kenya-administrative-divisions/issues"
},
"homepage": "https://github.com/michaelnjuguna/kenya-administrative-divisions#readme",
"devDependencies": {
"@types/node": "^20.8.3",
"typescript": "^5.2.2"
}
}