comparison package.json @ 50:1264ba9ffb10

make a full-element version for pages that want to try to use that
author drewp@bigasterisk.com
date Thu, 09 Jan 2020 00:33:16 -0800
parents b8e5850acca0
children 2cfd5471dc8f
comparison
equal deleted inserted replaced
49:c16a331f42e5 50:1264ba9ffb10
1 { 1 {
2 "name": "streamed-graph", 2 "name": "streamed-graph",
3 "version": "0.0.2", 3 "version": "0.0.2",
4 "types": "build/index.d.ts", 4 "types": "build/index.d.ts",
5 "module": "build/bundle", 5 "module": "build/lib.bundle",
6 "scripts": { 6 "scripts": {
7 "build": "rollup -c", 7 "build": "rollup -c",
8 "build_forever": "rollup -cw", 8 "build_forever": "rollup -cw",
9 "test": "jest", 9 "test": "jest",
10 "test_forever": "jest --watch" 10 "test_forever": "jest --watch"