comparison package.json @ 35:29d8ed02a275

build and tests, including jsonld
author drewp@bigasterisk.com
date Sat, 28 Dec 2019 02:01:23 -0800
parents 3d8b98e9c01d
children 6a1d158d6ca4
comparison
equal deleted inserted replaced
34:3d8b98e9c01d 35:29d8ed02a275
6 "files": [ 6 "files": [
7 "build/" 7 "build/"
8 ], 8 ],
9 "types": "build/index.d.ts", 9 "types": "build/index.d.ts",
10 "scripts": { 10 "scripts": {
11 "build": "rollup -c" 11 "build": "rollup -c",
12 "build_forever": "rollup -cw",
13 "test": "jest",
14 "test_forever": "jest --watch"
12 }, 15 },
13 "dependencies": { 16 "dependencies": {
14 "@polymer/decorators": "^3.0.0", 17 "@polymer/decorators": "^3.0.0",
15 "@polymer/polymer": "^3.3.1", 18 "@polymer/polymer": "^3.3.1",
16 "@types/jsonld": "^1.5.0", 19 "@types/jsonld": "^1.5.0",
19 "lit-html": "^1.1.2", 22 "lit-html": "^1.1.2",
20 "n3": "^1.3.5", 23 "n3": "^1.3.5",
21 "readable-stream": "^3.4.0" 24 "readable-stream": "^3.4.0"
22 }, 25 },
23 "devDependencies": { 26 "devDependencies": {
27 "@rollup/plugin-commonjs": "^11.0.0",
24 "@rollup/plugin-node-resolve": "^6.0.0", 28 "@rollup/plugin-node-resolve": "^6.0.0",
25 "@types/jest": "^24.0.25", 29 "@types/jest": "^24.0.25",
26 "jest": "^24.9.0", 30 "jest": "^24.9.0",
27 "node-globals": "^0.1.5", 31 "node-globals": "^0.1.5",
28 "rollup": "^1.27.14", 32 "rollup": "^1.27.14",