{ "name": "Godo", "version": "0.0.1", "description": "A ProseMirror editor for Publik", "main": "dist/index.js", "module": "dist/index.es.js", "style": "style/style.css", "license": "MIT", "maintainers": [ { "name": "Thomas JUND", "email": "tjund@entrouvert.com", "web": "https://www.entrouvert.com" } ], "repository": { "type": "git", "url": "https://git.entrouvert.org/godo.js.git" }, "dependencies": { "dialog-polyfill": "^0.5.6", "prosemirror-commands": "^1.1.12", "prosemirror-history": "^1.2.0", "prosemirror-keymap": "^1.1.4", "prosemirror-model": "^1.15.0", "prosemirror-schema-basic": "^1.1.2", "prosemirror-state": "^1.3.4", "prosemirror-view": "^1.20.1" }, "devDependencies": { "@rollup/plugin-node-resolve": "^13.0.6", "@vitest/coverage-v8": "^1.2.2", "happy-dom": "^12.5.0", "rollup": "^2.26.3", "rollup-plugin-terser": "^6.0.4", "vitest": "^1.2.2" }, "scripts": { "test": "vitest --run", "build": "rollup -c", "watch": "rollup -c -w", "prepare": "npm run build" } }