package.json 805 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@d3v4pp/rex",
  3. "version": "0.0.3",
  4. "description": "a set of usefull regEx By D3v4pp",
  5. "main": "index.js",
  6. "scripts": {
  7. "test":"mocha tests"
  8. },
  9. "files": [
  10. "index.d.ts",
  11. "index.js",
  12. "package.json",
  13. "README.md"
  14. ],
  15. "repository": {
  16. "type": "git",
  17. "url": "https://cvs.d3v4pp.fr/D3V4PP/Rex.git"
  18. },
  19. "author": {
  20. "name" : "Ayoub Hassani <D3v4pp>",
  21. "email" : "ayoub@d3v4pp.fr",
  22. "url" : "https://d3v4pp.fr/"
  23. },
  24. "funding": "https://paypal.me/SupportTheDoc",
  25. "homepage": "https://cvs.d3v4pp.fr/D3V4PP/Rex/src/master/README.md",
  26. "bugs": {
  27. "url" : "https://cvs.d3v4pp.fr/D3V4PP/Rex/issues",
  28. "email" : "ayoub@d3v4pp.fr"
  29. },
  30. "keywords": ["regex","validation"],
  31. "license": "ISC",
  32. "devDependencies": {
  33. "mocha": "^9.0.1"
  34. }
  35. }