UNPKG

@jbrowse/plugin-config

Version:

JBrowse 2 config utilities

55 lines 1.32 kB
{ "name": "@jbrowse/plugin-config", "version": "4.1.14", "type": "module", "description": "JBrowse 2 config utilities", "keywords": [ "jbrowse", "jbrowse2" ], "license": "Apache-2.0", "homepage": "https://jbrowse.org", "bugs": "https://github.com/GMOD/jbrowse-components/issues", "repository": { "type": "git", "url": "https://github.com/GMOD/jbrowse-components.git", "directory": "plugins/config" }, "author": "JBrowse Team", "main": "esm/index.js", "files": [ "esm" ], "dependencies": { "@jbrowse/mobx-state-tree": "^5.5.0", "@mui/icons-material": "^7.3.8", "@mui/material": "^7.3.8", "mobx": "^6.15.0", "mobx-react": "^9.2.1", "pluralize": "^8.0.0", "rxjs": "^7.8.2", "@jbrowse/core": "^4.1.14" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "publishConfig": { "access": "public" }, "sideEffects": false, "scripts": { "build": "pnpm run /^build:/", "test": "cd ../..; jest --passWithNoTests plugins/config", "prebuild": "pnpm clean", "build:esm": "tsc -p tsconfig.build.esm.json", "clean": "rimraf esm *.tsbuildinfo" }, "types": "esm/index.d.ts", "exports": { ".": { "types": "./esm/index.d.ts", "import": "./esm/index.js" } } }