UNPKG

codemirror5-inline-suggestion

Version:

An extension to display inline suggestion in CodeMirror v5

35 lines (34 loc) 855 B
{ "name": "codemirror5-inline-suggestion", "version": "1.0.2", "description": "An extension to display inline suggestion in CodeMirror v5", "main": "index.js", "author": "Mohammad Azmi", "license": "MIT", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/azmy60/codemirror5-inline-suggestion.git" }, "keywords": [ "inline", "suggestion", "autocomplete", "copilot", "ai", "codemirror", "codemirror5" ], "bugs": { "url": "https://github.com/azmy60/codemirror5-inline-suggestion/issues" }, "homepage": "https://github.com/azmy60/codemirror5-inline-suggestion#readme", "devDependencies": { "vite": "^6.1.1" } }