-
-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 754 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 754 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
{
"name": "world-geojson",
"description": "GeoJson for all the countries, areas (regions) and some states.",
"license": "GPL-3.0-or-later",
"repository": "git://github.com/georgique/world-geojson.git",
"version": "3.2.1",
"main": "index.ts",
"files": [
"index.ts",
"areas",
"countries",
"states",
"CHANGELOG.md",
"CONTRIBUTING.md",
"README.md",
"LICENSE"
],
"devDependencies": {
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/preset-flow": "^7.22.15",
"grunt": "~1.5.3",
"grunt-contrib-copy": "~1.0.0",
"grunt-shell": "~4.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"build": "grunt build",
"release": "grunt release"
}
}