package.json 1004 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "@virtuoso.dev/urx",
  3. "private": false,
  4. "sideEffects": false,
  5. "source": "src/index.ts",
  6. "version": "0.2.13",
  7. "homepage": "https://urx.virtuoso.dev/",
  8. "license": "MIT",
  9. "author": "Petyo Ivanov",
  10. "main": "dist/index.js",
  11. "module": "dist/urx.esm.js",
  12. "typings": "dist/index.d.ts",
  13. "files": [
  14. "dist"
  15. ],
  16. "husky": {
  17. "hooks": {
  18. "pre-commit": "tsdx lint src test"
  19. }
  20. },
  21. "scripts": {
  22. "start": "tsdx watch",
  23. "build": "tsdx build",
  24. "test": "tsdx test",
  25. "lint": "tsdx lint src test",
  26. "prepare": "tsdx build"
  27. },
  28. "publishConfig": {
  29. "access": "public"
  30. },
  31. "devDependencies": {
  32. "@types/jest": "^26.0.0",
  33. "eslint-plugin-json": "^2.1.1",
  34. "husky": "^4.2.5",
  35. "tsdx": "^0.13.2",
  36. "tslib": "^2.0.0",
  37. "typescript": "^3.9.5"
  38. },
  39. "gitHead": "35c5af30cb8d322a42e3c46a381e5f2667261096",
  40. "repository": {
  41. "type": "git",
  42. "url": "https://github.com/virtuoso-dev/urx.git",
  43. "directory": "packages/urx"
  44. }
  45. }