view package.json @ 79:0c188ed3bcd8

starting lit upgrade. total mess right now
author drewp@bigasterisk.com
date Wed, 17 Nov 2021 13:01:08 -0800
parents 0ba4bd0ba245
children 7c93e17b1111
line wrap: on
line source

{
  "name": "streamed-graph",
  "version": "0.0.3",
  "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": {
    "lit": "^2.0.2",
    "@types/jsonld": "^1.5.6",
    "@types/n3": "^1.10.4",
    "jsonld": "^5.2.0",
    "n3": "^1.11.2",
    "rdf-js": "^4.0.2"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@rollup/plugin-replace": "^3.0.0",
    "@types/jest": "^27.0.2",
    "@types/rollup-plugin-postcss": "^3.1.4",
    "jest": "^27.3.1",
    "node-globals": "^0.1.5",
    "rollup": "^2.60.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-postcss": "^4.0.1",
    "@rollup/plugin-typescript": "^8.3.0",
    "stylus": "^0.55.0",
    "ts-jest": "^27.0.7",
    "tslib": "^2.3.1",
    "typescript": "^4.4.4"
  }
}