view package.json @ 41:5eb29ce7a354

fuss with published module name and path
author drewp@bigasterisk.com
date Wed, 01 Jan 2020 12:55:35 -0800
parents 6a1d158d6ca4
children 895ae7c5b0f4
line wrap: on
line source

{
  "name": "streamed-graph",
  "version": "0.0.2",
  "types": "build/index.d.ts",
  "module": "build/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.1",
    "jsonld": "^2.0.1",
    "lit-html": "^1.1.2",
    "n3": "^1.3.5",
    "readable-stream": "^3.4.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^11.0.0",
    "@rollup/plugin-node-resolve": "^6.0.0",
    "@types/jest": "^24.0.25",
    "jest": "^24.9.0",
    "node-globals": "^0.1.5",
    "rollup": "^1.27.14",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-typescript2": "^0.25.3",
    "ts-jest": "^24.2.0",
    "tslib": "^1.10.0",
    "typescript": "^3.7.4"
  }
}