-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 916 Bytes
/
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
{
"name": "@sfgrp/svg-radial-menu",
"version": "1.0.9",
"type": "module",
"files": [
"dist"
],
"description": "Library to create radial menus",
"main": "./dist/svg-radial-menu.umd.cjs",
"module": "./dist/svg-radial-menu.js",
"types": "src/types/types.d.ts",
"exports": {
".": {
"import": "./dist/svg-radial-menu.js",
"require": "./dist/svg-radial-menu.umd.cjs"
}
},
"private": false,
"keywords": [
"species file group",
"menu",
"radial",
"svg"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"homepage": "https://github.com/SpeciesFileGroup/svg_radial_menu",
"license": "NCSA",
"repository": {
"type": "git",
"url": "git+https://github.com/SpeciesFileGroup/svg_radial_menu.git"
},
"dependencies": {},
"devDependencies": {
"vite": "^5.4.2",
"typescript": "^5.5.4"
}
}