view service/wifi/package.json @ 672:f424809cba8d

npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet. Ignore-this: 2b08220ad8d275f4dd242c3aa1a8647a
author drewp@bigasterisk.com
date Sun, 29 Dec 2019 19:41:48 -0800
parents 540dd68af9f2
children 2b9865bf1737
line wrap: on
line source

{
  "name": "wifi",
  "module": "wifi",
  "main": "src/index.ts",
  "types": "src/index.d.ts",
  "files": [
    "build/"
  ],
  "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/n3": "^1.1.1",
    "lit-html": "^1.1.2",
    "n3": "^1.3.5",
    "streamed-graph": "file:/home/drewp/projects/streamed-graph"
  },
  "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"
  }
}