Pārlūkot izejas kodu

Update package.json to prepare for npm.

Lee Morgan 4 dienas atpakaļ
vecāks
revīzija
6d4a8640fa
1 mainītis faili ar 13 papildinājumiem un 5 dzēšanām
  1. 13 5
      package.json

+ 13 - 5
package.json

@@ -1,18 +1,26 @@
 {
-  "name": "substratum",
+  "name": "neovan",
   "version": "0.1.0",
-  "description": "Simple JS framework",
-  "homepage": "https://github.com/MorganLee909/substratum#readme",
+  "description": "Front-end anti-framework",
+  "homepage": "https://neovan.dev",
   "bugs": {
-    "url": "https://github.com/MorganLee909/substratum/issues"
+    "url": "https://git.inletsites.dev/Lee/NeoVan/issues"
   },
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/MorganLee909/substratum.git"
+    "url": "https://git.inletsites.dev/Lee/NeoVan"
   },
   "author": "Lee Morgan",
   "type": "module",
   "main": "index.js",
+  "license": "MIT",
+  "keywords": [
+    "vanilla javascript",
+    "vanilla js",
+    "framework",
+    "frontend utilities",
+    "web basics"
+  ],
   "dependencies": {
     "esbuild": "^0.27.3",
     "html-minifier-terser": "^7.2.0"