Mercurial > code > home > repos > streamed-graph
view package.json @ 104:1aea03d306af
WIP Layout. tests are passing but they're a little wrong
author | drewp@bigasterisk.com |
---|---|
date | Sat, 12 Mar 2022 22:41:43 -0800 |
parents | 76c1a29a328f |
children | 5e6840229a05 |
line wrap: on
line source
{ "name": "@bigasterisk/streamed-graph", "version": "0.0.6", "license": "MIT", "author": { "name": "Drew Perttula", "email": "drewp@bigasterisk.com" }, "registry": "https://bigasterisk.com/js/", "scripts": { "test": "jest", "test_forever": "jest --watch", "dev": "vite", "build": "tsc && vite build" }, "main": "dist/streamed-graph.es.js", "module": "src/index.ts", "types": "types/index.d.ts", "dependencies": { "@types/jsonld": "^1.5.6", "@types/n3": "^1.10.4", "immutable": "^4.0.0", "jsonld": "^2.0.2", "lit": "^2.1.3", "n3": "^1.13.0", "rdf-js": "^4.0.2" }, "n3 is hacked":"to remove hashCode getter", "devDependencies": { "@types/jest": "^27.4.0", "jest": "^27.5.1", "stylus": "^0.56.0", "ts-jest": "^27.1.3", "tslib": "^2.3.1", "typescript": "^4.5.5", "vite": "^2.8.1" } }