-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 886 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 886 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
{
"name": "@sfgrp/gbifference",
"private": false,
"version": "0.0.5",
"files": ["dist"],
"main": "./dist/gbifference.umd.js",
"module": "./dist/gbifference.es.js",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/SpeciesFileGroup/gbifference",
"license": "NCSA",
"repository": {
"type": "git",
"url": "git+https://github.com/SpeciesFileGroup/gbifference.git"
},
"keywords": [
"species file group",
"gbif",
"gbifference"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest"
},
"devDependencies": {
"@testing-library/vue": "^6.6.1",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vitest": "^0.25.3"
}
}