Mercurial > code > home > repos > streamed-graph
view package.json @ 69:72ad92ebda7a
don't need forObjects typing workaround anymore
author | drewp@bigasterisk.com |
---|---|
date | Mon, 10 Feb 2020 16:57:22 -0800 |
parents | 335b0e141800 |
children | f7143866fae1 70bc10f3eb07 |
line wrap: on
line source
{ "name": "streamed-graph", "version": "0.0.2", "license": "MIT", "types": "build/index.d.ts", "module": "build/lib.bundle", "scripts": { "build": "rollup -c", "build_forever": "rollup -cw", "test": "jest", "test_forever": "jest --watch" }, "dependencies": { "@polymer/decorators": "^3.0.0", "@polymer/polymer": "^3.3.1", "@types/jsonld": "^1.5.0", "@types/n3": "^1.1.5", "jsonld": "^2.0.2", "lit-html": "^1.1.2", "n3": "^1.3.5", "rdf-js": "^1.0.2" }, "devDependencies": { "@rollup/plugin-commonjs": "^11.0.1", "@rollup/plugin-node-resolve": "^7.0.0", "@rollup/plugin-replace": "^2.3.0", "@types/jest": "^24.0.25", "@types/rollup-plugin-postcss": "^2.0.0", "jest": "^24.9.0", "node-globals": "^0.1.5", "rollup": "^1.29.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-postcss": "^2.0.3", "rollup-plugin-typescript2": "^0.25.3", "stylus": "^0.54.7", "ts-jest": "^24.3.0", "tslib": "^1.10.0", "typescript": "^3.7.4" } }