Mercurial > code > home > repos > homeauto
view service/wifi/package.json @ 1710:f4009f41f15d
patchablegraph to its own repo
author | drewp@bigasterisk.com |
---|---|
date | Wed, 24 Nov 2021 10:16:03 -0800 |
parents | 7c785c0dd605 |
children |
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.5", "lit-element": "^2.2.1", "lit-html": "^1.1.2", "n3": "^1.3.5", "streamed-graph": "file:/my/proj/streamed-graph" }, "devDependencies": { "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-replace": "^2.3.1", "@types/jest": "^25.1.2", "jest": "^25.1.0", "node-globals": "^0.1.5", "rollup": "^1.31.0", "rollup-plugin-force-binding": "^1.0.6", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-typescript2": "^0.26.0", "ts-jest": "^25.2.0", "tslib": "^1.10.0", "typescript": "^3.7.5" } }