Mercurial > code > home > repos > homeauto
comparison service/mqtt_to_rdf/package.json @ 1533:a598d2141587
more mqtt_to_rdf renames. bring in basic LitElement setup for the debug page
Ignore-this: 85e2ab49915e44b08219e537fab21870
darcs-hash:f2d312ec10bb4a33c501a24bd7d11a1f35673f25
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 08 Feb 2020 04:02:22 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1532:7cc7700302c2 | 1533:a598d2141587 |
---|---|
1 { | |
2 "name": "mqtt_to_rdf", | |
3 "version": "0.0.1", | |
4 "scripts": { | |
5 "build": "rollup -c", | |
6 "build_forever": "rollup -cw", | |
7 "test": "jest", | |
8 "test_forever": "jest --watch" | |
9 }, | |
10 "dependencies": { | |
11 "@polymer/polymer": "^3.3.1", | |
12 "@types/jsonld": "^1.5.0", | |
13 "jsonld": "^2.0.1", | |
14 "streamed-graph": "file:/my/proj/streamed-graph", | |
15 "@types/n3": "^1.1.5", | |
16 "n3": "link:/my/dl/modified/N3.js", | |
17 "lit-element": "^2.2.1" | |
18 }, | |
19 "devDependencies": { | |
20 "@rollup/plugin-commonjs": "^11.0.1", | |
21 "@rollup/plugin-node-resolve": "^7.0.0", | |
22 "@rollup/plugin-replace": "^2.3.0", | |
23 "@types/jest": "^24.9.0", | |
24 "@types/rollup-plugin-postcss": "^2.0.0", | |
25 "add": "^2.0.6", | |
26 "jest": "^24.9.0", | |
27 "node-globals": "^0.1.5", | |
28 "rollup": "^1.29.0", | |
29 "rollup-plugin-node-builtins": "^2.1.2", | |
30 "rollup-plugin-postcss": "^2.0.3", | |
31 "rollup-plugin-terser": "^5.2.0", | |
32 "rollup-plugin-typescript2": "^0.25.3", | |
33 "stylus": "^0.54.7", | |
34 "ts-jest": "^24.3.0", | |
35 "tslib": "^1.10.0", | |
36 "typescript": "^3.7.5" | |
37 } | |
38 } |