{ "name": "script-graph", "private": true, "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "rollup -c", "watch": "rollup -c --watch", "serve": "http-server ." }, "author": "", "license": "ISC", "devDependencies": { "@rollup/plugin-node-resolve": "^9.0.0", "@rollup/plugin-typescript": "^5.0.2", "http-server": "^0.12.3", "rollup": "^2.26.4", "tslib": "^2.0.1", "typescript": "^4.0.2" }, "dependencies": { "@mdi/js": "^5.5.55", "@vanillawc/wc-codemirror": "^1.8.10", "js-yaml": "^4.0.0", "lit-element": "^2.3.1" } }