Extract and set form values through the DOM—no frameworks required! https://github.com/TheoryOfNekomata/formxtra
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

80 lines
2.0 KiB

  1. {
  2. "name": "@theoryofnekomata/formxtra",
  3. "version": "1.0.4",
  4. "files": [
  5. "dist",
  6. "src"
  7. ],
  8. "publishing": {
  9. "github": {
  10. "repository": "https://github.com/TheoryOfNekomata/formxtra.git",
  11. "publishConfig": {
  12. "registry": "https://npm.pkg.github.com"
  13. }
  14. },
  15. "master": {
  16. "repository": "https://code.modal.sh/TheoryOfNekomata/formxtra.git",
  17. "publishConfig": {
  18. "registry": "https://js.pack.modal.sh"
  19. }
  20. },
  21. "npm": {
  22. "publishConfig": {
  23. "registry": "https://registry.npmjs.com"
  24. }
  25. }
  26. },
  27. "engines": {
  28. "node": ">=10"
  29. },
  30. "license": "MIT",
  31. "keywords": [
  32. "form",
  33. "value",
  34. "utility"
  35. ],
  36. "devDependencies": {
  37. "@types/jsdom": "^21.1.0",
  38. "@types/node": "^18.14.1",
  39. "@vitest/coverage-c8": "^0.29.2",
  40. "cypress": "^7.2.0",
  41. "cypress-file-upload": "^5.0.7",
  42. "cypress-jest-adapter": "^0.1.1",
  43. "eslint": "^8.35.0",
  44. "eslint-config-lxsmnsyc": "^0.4.8",
  45. "husky": "^6.0.0",
  46. "jsdom": "^21.1.0",
  47. "pridepack": "2.4.1",
  48. "tslib": "^2.5.0",
  49. "typescript": "^4.9.5",
  50. "vitest": "^0.29.2"
  51. },
  52. "scripts": {
  53. "prepublishOnly": "pridepack clean && pridepack build",
  54. "build": "pridepack build",
  55. "type-check": "pridepack check",
  56. "lint": "pridepack lint",
  57. "clean": "pridepack clean",
  58. "watch": "pridepack watch",
  59. "start": "pridepack start",
  60. "dev": "pridepack dev",
  61. "test:jsdom": "vitest",
  62. "test:cypress": "cypress run",
  63. "cypress:cpanel": "cypress open"
  64. },
  65. "private": false,
  66. "description": "Extract and set form values through the DOM.",
  67. "repository": {
  68. "url": "https://code.modal.sh/TheoryOfNekomata/formxtra.git",
  69. "type": "git"
  70. },
  71. "homepage": "https://code.modal.sh/TheoryOfNekomata/formxtra",
  72. "bugs": {
  73. "url": "https://code.modal.sh/TheoryOfNekomata/formxtra/issues"
  74. },
  75. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  76. "publishConfig": {
  77. "access": "public"
  78. }
  79. }