浏览代码

cambios en packg

Ruben Romero 3 年之前
父节点
当前提交
bd81124a3e
共有 1 个文件被更改,包括 18 次插入1 次删除
  1. 18 1
      package.json

+ 18 - 1
package.json

@@ -10,7 +10,10 @@
     "test": "echo \"Error: no test specified\" && exit 1",
     "build": "tsc -p ."
   },
-  "repository": "git@gitlab.com:rubenxrb/npm-pkg-ts.git",
+  "repository": {
+    "type": "git",
+    "url": "git+ssh://git@gitlab.com/rubenxrb/npm-pkg-ts.git"
+  },
   "author": "Ruben Romero <rubenxrb@gmail.com>",
   "license": "MIT",
   "devDependencies": {
@@ -20,5 +23,19 @@
     "@types/react-router-dom": "^5.1.8",
     "react": "^17.0.2",
     "typescript": "^4.3.5"
+  },
+  "description": "Paquete de npm con hooks y utilidades escrito en Typescript.",
+  "bugs": {
+    "url": "https://gitlab.com/rubenxrb/npm-pkg-ts/issues"
+  },
+  "homepage": "https://gitlab.com/rubenxrb/npm-pkg-ts#readme",
+  "directories": {
+    "lib": "lib"
+  },
+  "dependencies": {
+    "loose-envify": "^1.4.0",
+    "object-assign": "^4.1.1",
+    "csstype": "^3.0.8",
+    "js-tokens": "^4.0.0"
   }
 }