-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.36 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@bcgov/smk-cli",
"version": "1.2.2",
"description": "A utility for creating and configuring a Simple Map Kit project",
"main": "index.js",
"author": "Ben Jubb <benjubb@gmail.com>",
"license": "(MIT OR Apache-2.0)",
"bin": {
"smk": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bcgov/smk-cli.git"
},
"scripts": {
"debug": "./index.js edit --open no --base build/test-app --ping 300000"
},
"dependencies": {
"@bcgov/smk": ">=1.2.3",
"@tmcw/togeojson": "~4.5.0",
"@xmldom/xmldom": "~0.8.5",
"chalk": "~4.1.0",
"cors": "~2.8.5",
"csv-parse": "~4.16.0",
"express": "^4.21.0",
"fgdb": "~1.0.0",
"figlet": "~1.5.0",
"glob": "7.1.2",
"inquirer": "~7.3.3",
"lodash": "~4.17.21",
"material-design-icons-iconfont": "6.1.1",
"minimist": "~1.2.5",
"multer": "~1.4.5-lts.1",
"node-fetch": "~2.6.7",
"open": "~7.4.0",
"proj4": "~2.7.5",
"semver": "~7.5.2",
"shapefile": "~0.6.6",
"shelljs": "~0.8.5",
"touch": "~3.1.0",
"unzipper": "~0.10.11",
"xml2js": "~0.6.2"
},
"devDependencies": {
"connect-livereload": "~0.6.0",
"grunt": "1.5.3",
"grunt-contrib-connect": "~1.0.0",
"grunt-contrib-watch": "1.1.0",
"load-grunt-tasks": "4.0.0"
},
"overrides": {
"async": "~2.6.4",
"jszip": ">=3.7.0"
}
}