package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "tldts-core",
  3. "version": "6.1.86",
  4. "description": "tldts core primitives (internal module)",
  5. "author": {
  6. "name": "Rémi Berson"
  7. },
  8. "contributors": [
  9. "Alexei <alexeiatyahoodotcom@gmail.com>",
  10. "Alexey <kureev-mail@ya.ru>",
  11. "Andrew <chefandrew@seomoz.org>",
  12. "Johannes Ewald <johannes.ewald@peerigon.com>",
  13. "Jérôme Desboeufs <jerome.desboeufs@gmail.com>",
  14. "Kelly Campbell <kelly.a.campbell@gmail.com>",
  15. "Kiko Beats <josefrancisco.verdu@gmail.com>",
  16. "Kris Reeves <krisreeves@searchfanatics.com>",
  17. "Krzysztof Jan Modras <chrmod@chrmod.net>",
  18. "Olivier Melcher <olivier.melcher@gmail.com>",
  19. "Rémi Berson <remi.berson@pm.me>",
  20. "Saad Rashid <srashid@lendinghome.com>",
  21. "Thomas Parisot <hi@oncletom.io>",
  22. "Timo Tijhof <krinklemail@gmail.com>",
  23. "Xavier Damman <xdamman@gmail.com>",
  24. "Yehezkiel Syamsuhadi <yehezkielbs@gmail.com>"
  25. ],
  26. "publishConfig": {
  27. "access": "public"
  28. },
  29. "license": "MIT",
  30. "homepage": "https://github.com/remusao/tldts#readme",
  31. "bugs": {
  32. "url": "https://github.com/remusao/tldts/issues"
  33. },
  34. "repository": {
  35. "type": "git",
  36. "url": "git+ssh://git@github.com/remusao/tldts.git"
  37. },
  38. "main": "dist/cjs/index.js",
  39. "module": "dist/es6/index.js",
  40. "types": "dist/types/index.d.ts",
  41. "files": [
  42. "dist",
  43. "src",
  44. "index.ts"
  45. ],
  46. "scripts": {
  47. "clean": "rimraf dist",
  48. "build": "tsc --build ./tsconfig.json",
  49. "bundle": "tsc --build ./tsconfig.bundle.json && rollup --config ./rollup.config.ts --configPlugin typescript",
  50. "prepack": "yarn run bundle",
  51. "test": "nyc mocha --config ../../.mocharc.cjs"
  52. },
  53. "devDependencies": {
  54. "@rollup/plugin-node-resolve": "^16.0.0",
  55. "@rollup/plugin-typescript": "^12.1.0",
  56. "@types/chai": "^4.2.18",
  57. "@types/mocha": "^10.0.0",
  58. "@types/node": "^22.0.0",
  59. "chai": "^4.4.1",
  60. "mocha": "^11.0.1",
  61. "nyc": "^17.0.0",
  62. "rimraf": "^5.0.1",
  63. "rollup": "^4.1.0",
  64. "rollup-plugin-sourcemaps": "^0.6.1",
  65. "typescript": "^5.0.4"
  66. },
  67. "gitHead": "94251baa0e4ee46df6fd06fcd3749fcdf9b14ebc"
  68. }