UNPKG

sprotty

Version:

A next-gen framework for graphical views

56 lines (55 loc) 1.31 kB
{ "name": "sprotty", "version": "1.4.0", "description": "A next-gen framework for graphical views", "license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)", "keywords": [ "eclipse", "graphics", "diagram", "modeling", "visualization", "svg" ], "homepage": "https://github.com/eclipse-sprotty/sprotty", "bugs": "https://github.com/eclipse-sprotty/sprotty/issues", "author": { "name": "Eclipse Sprotty" }, "repository": { "type": "git", "url": "https://github.com/eclipse-sprotty/sprotty", "directory": "packages/sprotty" }, "dependencies": { "autocompleter": "^9.1.2", "file-saver": "^2.0.5", "inversify": "^6.1.3", "snabbdom": "~3.5.1", "sprotty-protocol": "^1.4.0", "tinyqueue": "^2.0.3" }, "devDependencies": { "@types/file-saver": "^2.0.5", "happy-dom": "^15.10.2", "snabbdom-to-html": "^7.1.0" }, "volta": { "node": "18.19.0", "yarn": "1.22.21" }, "scripts": { "clean": "shx rm -fr lib artifacts *.tsbuildinfo", "build": "tsc", "watch": "tsc --watch", "test": "vitest run --config ../../vite.config.ts" }, "files": [ "lib", "css", "src" ], "main": "lib/index", "types": "lib/index", "gitHead": "10f2a54cd3021aafa26926639b876af35e2da09c" }