UNPKG

@sfgrp/distinguish

Version:

An interactive key engine that feeds off of [TaxonWorks](https://taxonworks.org)' [API](https://api.taxonworks.org). Distinguish is a product of the [Species File Group](https://speciesfilegroup.org) and its collaborators.

61 lines (60 loc) 1.42 kB
{ "name": "@sfgrp/distinguish", "private": false, "type": "module", "version": "0.4.2", "files": [ "dist" ], "main": "./dist/distinguish.umd.cjs", "module": "./dist/distinguish.es.js", "exports": { ".": { "import": "./dist/distinguish.es.js", "require": "./dist/distinguish.umd.cjs" }, "./dist/distinguish.css": "./dist/distinguish.css" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/SpeciesFileGroup/distinguish", "license": "NCSA", "repository": { "type": "git", "url": "git+https://github.com/SpeciesFileGroup/distinguish.git" }, "keywords": [ "species file group", "interactive key", "distinguish" ], "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", "test": "vitest", "coverage": "vitest run --coverage" }, "dependencies": { "axios": "^1.8.4", "pinia": "^3.0.1", "vue": "^3.5.13" }, "devDependencies": { "@pinia/testing": "^1.0.0", "@testing-library/user-event": "^14.6.1", "@testing-library/vue": "^8.1.0", "@vitejs/plugin-vue": "^5.2.3", "c8": "^10.1.3", "eslint": "^9.23.0", "eslint-plugin-vue": "^9.28.0", "jsdom": "^26.0.0", "msw": "^2.7.3", "sass": "^1.86.0", "typescript": "^5.8.2", "vite": "^6.2.3", "vitest": "^3.0.9", "vue-tsc": "^2.2.8" } }