UNPKG

@veg/hyphy-eye

Version:

Observable Framework application for building, testing, and exporting visualization components for Datamonkey.org

80 lines (79 loc) 2 kB
{ "name": "@veg/hyphy-eye", "version": "0.1.2", "type": "module", "files": [ "dist/hyphy-eye.js", "dist/hyphy-eye.js.map", "dist/hyphy-eye.d.ts", "dist/registry.js", "dist/registry.js.map", "dist/registry.d.ts", "dist/glyphs/*" ], "main": "dist/hyphy-eye.js", "types": "dist/hyphy-eye.d.ts", "exports": { ".": { "import": "./dist/hyphy-eye.js", "types": "./dist/hyphy-eye.d.ts" }, "./registry": { "import": "./dist/registry.js", "types": "./dist/registry.d.ts" } }, "scripts": { "clean": "rimraf src/.observablehq/cache", "clean-npm": "rimraf dist/*", "bundle": "rollup --config", "build": "observable build", "dev": "observable preview", "deploy": "observable deploy", "observable": "observable", "build-npm": "run-s clean-npm bundle" }, "dependencies": { "@observablehq/framework": "^1.13.0", "@observablehq/plot": "^0.6.13", "@observablehq/stdlib": "^5.8.5", "d3": "^7.9.0", "gamma": "^1.0.0", "htl": "^0.3.1", "lodash-es": "^4.17.21", "parse-svg-path": "^0.1.2", "phylotree": "^2.0.1" }, "devDependencies": { "@rollup/plugin-typescript": "^12.1.2", "npm-run-all": "^4.1.5", "rimraf": "^5.0.10", "rollup": "^4.28.1", "rollup-plugin-copy": "^3.4.1", "rollup-plugin-dts": "^6.1.1", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "engines": { "node": ">=18" }, "description": "Observable Framework application for building, testing, and exporting visualization components for Datamonkey.org", "repository": { "type": "git", "url": "git+https://github.com/veg/hyphy-eye.git" }, "keywords": [ "hyphy", "datamonkey", "selection", "phylogenetics", "genomics", "visualization" ], "author": "Danielle Callan", "license": "MIT", "bugs": { "url": "https://github.com/veg/hyphy-eye/issues" }, "homepage": "https://github.com/veg/hyphy-eye#readme" }