UNPKG

@kit-data-manager/mapping-service-input

Version:

The mapping-service-input provides a minimalistic user interface for the KIT Data Manager Mapping Service. It allows users to select an existing mapping schema and use it to map their data.

79 lines 2.18 kB
{ "name": "@kit-data-manager/mapping-service-input", "description": "The mapping-service-input provides a minimalistic user interface for the KIT Data Manager Mapping Service. It allows users to select an existing mapping schema and use it to map their data.", "author": { "name": "Ajay Kirar", "url": "https://orcid.org/0009-0008-3532-7018" }, "license": "Apache-2.0", "version": "1.2.0", "private": false, "keywords": [ "metadata", "JSON", "mapping", "form", "kit-data-manager", "typescript" ], "repository": { "type": "git", "url": "https://github.com/kit-data-manager/com_mapping-service-input.git" }, "bugs": { "url": "https://github.com/kit-data-manager/com_mapping-service-input/issues" }, "type": "module", "main": "./dist/com_mapping-service-input.umd.js", "module": "./dist/com_mapping-service-input.es.js", "exports": { ".": { "import": "./dist/com_mapping-service-input.es.js", "require": "./dist/com_mapping-service-input.umd.js" } }, "files": [ "dist" ], "scripts": { "dev": "vite", "format": "prettier --write .", "lint": "eslint src --ext .ts,.js", "build": "tsc && vite build", "preview": "vite preview" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.39.1", "@typescript-eslint/parser": "^8.39.1", "typescript-eslint": "^8.39.1", "eslint": "^9.33.0", "globals": "^16.3.0", "prettier": "^3.6.2", "typescript": "^5.9.2", "vite": "^7.1.2" }, "dependencies": { "filepond": "^4.32.8", "filepond-plugin-file-validate-size": "^2.2.8" }, "homepage": "https://kit-data-manager.github.io/com_mapping-service-input", "contributors": [ { "name": "Maximilian Inckmann", "url": "https://orcid.org/0009-0005-2800-4833", "email": "maximilian.inckmann@kit.edu" }, { "name": "Thomas Jejkal", "url": "https://orcid.org/0000-0003-2804-688X" }, { "name": "Andreas Pfeil", "url": "https://orcid.org/0000-0001-6575-1022" }, { "name": "Ajay Kirar", "url": "https://orcid.org/0009-0008-3532-7018" } ] }