Mercurial > code > home > repos > streamed-graph
view package.json @ 98:6807ee85d031
update deps
author | drewp@bigasterisk.com |
---|---|
date | Fri, 11 Feb 2022 20:28:55 -0800 |
parents | 96084d9ccb26 |
children | faf7e432f089 |
line wrap: on
line source
{ "name": "@bigasterisk/streamed-graph", "version": "0.0.5", "license": "MIT", "author": { "name": "Drew Perttula", "email": "drewp@bigasterisk.com" }, "registry": "https://bigasterisk.com/js/", "types": "build/index.d.ts", "module": "build/lib.bundle", "scripts": { "build": "rollup -c", "build_forever": "rollup -cw", "test": "jest", "test_forever": "jest --watch" }, "dependencies": { "@types/jsonld": "^1.5.6", "@types/n3": "^1.10.4", "immutable": "^4.0.0", "jsonld": "^5.2.0", "lit": "^2.1.3", "n3": "^1.13.0", "rdf-js": "^4.0.2" }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.1.3", "@rollup/plugin-replace": "^3.1.0", "@rollup/plugin-typescript": "^8.3.0", "@types/jest": "^27.4.0", "@types/rollup-plugin-postcss": "^3.1.4", "jest": "^27.5.1", "node-globals": "^0.1.5", "rollup": "^2.67.2", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-postcss": "^4.0.2", "stylus": "^0.56.0", "ts-jest": "^27.1.3", "tslib": "^2.3.1", "typescript": "^4.5.5" } }