diff package.json @ 101:76c1a29a328f

repo now demos itself, which runs better than using the nested demo/ project
author drewp@bigasterisk.com
date Fri, 11 Feb 2022 23:24:41 -0800
parents ad08e5e25fc9
children 1aea03d306af
line wrap: on
line diff
--- a/package.json	Fri Feb 11 22:57:23 2022 -0800
+++ b/package.json	Fri Feb 11 23:24:41 2022 -0800
@@ -1,6 +1,6 @@
 {
   "name": "@bigasterisk/streamed-graph",
-  "version": "0.0.5",
+  "version": "0.0.6",
   "license": "MIT",
   "author": {
     "name": "Drew Perttula",
@@ -8,8 +8,6 @@
   },
   "registry": "https://bigasterisk.com/js/",
   "scripts": {
-    "rbuild": "rollup -c",
-    "rbuild_forever": "rollup -cw",
     "test": "jest",
     "test_forever": "jest --watch",
     "dev": "vite",
@@ -18,13 +16,6 @@
   "main": "dist/streamed-graph.es.js",
   "module": "src/index.ts",
   "types": "types/index.d.ts",
-  "zzzexports": {
-    ".": "./dist/streamed-graph.es.js"
-  },
-  "zzzfiles": [
-    "dist",
-    "types"
-  ],
   "dependencies": {
     "@types/jsonld": "^1.5.6",
     "@types/n3": "^1.10.4",
@@ -37,22 +28,10 @@
   "devDependencies": {
     "@types/jest": "^27.4.0",
     "jest": "^27.5.1",
-    "node-globals": "^0.1.5",
     "stylus": "^0.56.0",
     "ts-jest": "^27.1.3",
     "tslib": "^2.3.1",
     "typescript": "^4.5.5",
     "vite": "^2.8.1"
-  },
-  "unusedep": {
-    "@rollup/plugin-commonjs": "^21.0.1",
-    "@rollup/plugin-node-resolve": "^13.1.3",
-    "@rollup/plugin-replace": "^3.1.0",
-    "@rollup/plugin-typescript": "^8.3.0",
-    "@types/rollup-plugin-postcss": "^3.1.4",
-    "rollup": "^2.67.2",
-    "rollup-plugin-node-builtins": "^2.1.2",
-    "rollup-plugin-node-globals": "^1.4.0",
-    "rollup-plugin-postcss": "^4.0.2"
   }
 }