|
@@ -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"
|
|
|
}
|
|
|
}
|