-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 939 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
42
{
"name": "@sfgrp/svg-detailer",
"version": "0.2.5",
"private": false,
"main": "./dist/svg-detailer.umd.js",
"module": "./dist/svg-detailer.es.js",
"type": "module",
"exports": {
".": {
"import": "./dist/svg-detailer.es.js",
"require": "./dist/svg-detailer.umd.js"
}
},
"keywords": [
"species file group",
"svg-detailer"
],
"homepage": "https://github.com/SpeciesFileGroup/svg-detailer",
"license": "NCSA",
"repository": {
"type": "git",
"url": "git+https://github.com/SpeciesFileGroup/svg-detailer.git"
},
"bugs": {
"url": "https://github.com/SpeciesFileGroup/svg-detailer/issues"
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "mocha"
},
"devDependencies": {
"eslint": "^8.53.0",
"mocha": "^10.2.0",
"selenium-webdriver": "^4.15.0",
"vite": "^5.0.0"
}
}