Mercurial > code > home > repos > homeauto
annotate 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 |
rev | line source |
---|---|
662
540dd68af9f2
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff
changeset
|
1 { |
540dd68af9f2
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff
changeset
|
2 "name": "wifi", |
672
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
3 "module": "wifi", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
4 "main": "src/index.ts", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
5 "types": "src/index.d.ts", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
6 "files": [ |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
7 "build/" |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
8 ], |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
9 "scripts": { |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
10 "build": "rollup -c", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
11 "build_forever": "rollup -cw", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
12 "test": "jest", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
13 "test_forever": "jest --watch" |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
14 }, |
662
540dd68af9f2
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff
changeset
|
15 "dependencies": { |
540dd68af9f2
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff
changeset
|
16 "@polymer/decorators": "^3.0.0", |
540dd68af9f2
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff
changeset
|
17 "@polymer/polymer": "^3.3.1", |
672
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
18 "@types/n3": "^1.1.1", |
662
540dd68af9f2
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff
changeset
|
19 "lit-html": "^1.1.2", |
672
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
20 "n3": "^1.3.5", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
21 "streamed-graph": "file:/home/drewp/projects/streamed-graph" |
662
540dd68af9f2
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff
changeset
|
22 }, |
540dd68af9f2
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff
changeset
|
23 "devDependencies": { |
672
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
24 "@rollup/plugin-commonjs": "^11.0.0", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
25 "@rollup/plugin-node-resolve": "^6.0.0", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
26 "@types/jest": "^24.0.25", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
27 "jest": "^24.9.0", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
28 "node-globals": "^0.1.5", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
29 "rollup": "^1.27.14", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
30 "rollup-plugin-node-builtins": "^2.1.2", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
31 "rollup-plugin-typescript2": "^0.25.3", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
32 "ts-jest": "^24.2.0", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
33 "tslib": "^1.10.0", |
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
34 "typescript": "^3.7.4" |
662
540dd68af9f2
start ts config files, but this doesn't share the streamed-graph code properly yet
drewp@bigasterisk.com
parents:
diff
changeset
|
35 } |
672
f424809cba8d
npm run build works now, accessing streamed-graph. But, s-g isn't in the output bundle yet.
drewp@bigasterisk.com
parents:
662
diff
changeset
|
36 } |