@net-vim/core 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +28 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Net-Vim
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@net-vim/core.svg)](https://www.npmjs.com/package/@net-vim/core)
4
+
3
5
  Net-Vim is a web-based Vim-compatible editor engine and component library. It provides a terminal-like editing experience within web applications using a custom TUI engine and WebGL renderer.
4
6
 
5
7
  ## Features
package/package.json CHANGED
@@ -1,7 +1,34 @@
1
1
  {
2
2
  "name": "@net-vim/core",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
+ "description": "Vim-compatible editor engine and component library for the web.",
4
5
  "type": "module",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/clinuxrulz/net-vim.git",
9
+ "directory": "packages/net-vim"
10
+ },
11
+ "keywords": [
12
+ "vim",
13
+ "neovim",
14
+ "vi",
15
+ "editor",
16
+ "tui",
17
+ "terminal",
18
+ "webgl",
19
+ "solidjs",
20
+ "component",
21
+ "modal-editing",
22
+ "opfs",
23
+ "code-editor",
24
+ "browser-editor"
25
+ ],
26
+ "author": "clinuxrulz",
27
+ "license": "MIT",
28
+ "homepage": "https://github.com/clinuxrulz/net-vim#readme",
29
+ "bugs": {
30
+ "url": "https://github.com/clinuxrulz/net-vim/issues"
31
+ },
5
32
  "files": [
6
33
  "dist",
7
34
  "README.md",