-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 924 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 924 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
{
"name": "@ogis/icons",
"version": "0.2.8",
"type": "module",
"description": "Open GIS icon set — SVG sprite, icon font and CSS classes",
"homepage": "https://ogis.org/icons/",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/OpenGIS/icons.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"exports": {
"./dist/*": "./dist/*",
"./css": "./dist/ogis-icons.css",
"./scss": "./dist/ogis-icons.scss",
"./scss-variables": "./dist/ogis-icons-variables.scss"
},
"scripts": {
"build": "node scripts/build.js",
"dev": "vite",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"fantasticon": "^3.0.0",
"fs-extra": "^11.3.0",
"glob": "^11.0.0",
"potrace": "^2.1.8",
"svg-path-commander": "^2.1.0",
"svg-sprite": "^2.0.0",
"svgo": "^4.0.0",
"vite": "^6.0.0"
}
}