Mercurial > code > home > repos > streamed-graph
view package.json @ 137:a8939c717015
still trying to get build right, but there are other update bugs too
author | drewp@bigasterisk.com |
---|---|
date | Sat, 06 May 2023 15:34:40 -0700 |
parents | d00036808948 |
children | ea0b4e46de2b |
line wrap: on
line source
{ "name": "@bigasterisk/streamed-graph", "version": "0.9.0", "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.8", "@types/n3": "^1.10.4", "@types/node": "^20.1.0", "immutable": "^4.3.0", "jsonld": "^8.1.1", "jsonld-streaming-parser": "^3.2.0", "lit": "^2.7.4", "n3": "^1.16.4", "rdf-js": "^4.0.2", "rdf-parse": "^2.3.2", "sub-events": "^1.9.0" }, "devDependencies": { "@rollup/plugin-alias": "^5.0.0", "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-terser": "^0.4.1", "@types/jest": "^29.5.1", "dependency-cruiser": "^12.12.0", "jest": "^29.5.0", "rollup": "^3.21.5", "stylus": "^0.59.0", "ts-jest": "^29.1.0", "tslib": "^2.5.0", "typescript": "^5.0.4", "vite": "^4.3.5" } }