package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@ruben/ed-pkg",
  3. "version": "1.0.0",
  4. "main": "lib/index.js",
  5. "types": "lib/index.d.ts",
  6. "files": [
  7. "lib/"
  8. ],
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1",
  11. "build": "tsc -p ."
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+ssh://git@gitlab.com/rubenxrb/npm-pkg-ts.git"
  16. },
  17. "author": "Ruben Romero <rubenxrb@gmail.com>",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "@types/node": "^16.7.8",
  21. "@types/react": "^17.0.19",
  22. "@types/react-router": "^5.1.16",
  23. "@types/react-router-dom": "^5.1.8",
  24. "react": "^17.0.2",
  25. "typescript": "^4.3.5"
  26. },
  27. "description": "Paquete de npm con hooks y utilidades escrito en Typescript.",
  28. "bugs": {
  29. "url": "https://gitlab.com/rubenxrb/npm-pkg-ts/issues"
  30. },
  31. "homepage": "https://gitlab.com/rubenxrb/npm-pkg-ts#readme",
  32. "directories": {
  33. "lib": "lib"
  34. },
  35. "dependencies": {
  36. "loose-envify": "^1.4.0",
  37. "object-assign": "^4.1.1",
  38. "csstype": "^3.0.8",
  39. "js-tokens": "^4.0.0"
  40. }
  41. }