{ "name": "@theoryofnekomata/formxtra", "version": "1.0.4", "files": [ "dist", "src" ], "publishing": { "github": { "repository": "https://github.com/TheoryOfNekomata/formxtra.git", "publishConfig": { "registry": "https://npm.pkg.github.com" } }, "master": { "repository": "https://code.modal.sh/TheoryOfNekomata/formxtra.git", "publishConfig": { "registry": "https://js.pack.modal.sh" } }, "npm": { "publishConfig": { "registry": "https://registry.npmjs.com" } } }, "engines": { "node": ">=10" }, "license": "MIT", "keywords": [ "form", "value", "utility" ], "devDependencies": { "@types/jsdom": "^21.1.0", "@types/node": "^18.14.1", "@vitest/coverage-c8": "^0.29.2", "cypress": "^7.2.0", "cypress-file-upload": "^5.0.7", "cypress-jest-adapter": "^0.1.1", "eslint": "^8.35.0", "eslint-config-lxsmnsyc": "^0.4.8", "husky": "^6.0.0", "jsdom": "^21.1.0", "pridepack": "2.4.1", "tslib": "^2.5.0", "typescript": "^4.9.5", "vitest": "^0.29.2" }, "scripts": { "prepublishOnly": "pridepack clean && pridepack build", "build": "pridepack build", "type-check": "pridepack check", "lint": "pridepack lint", "clean": "pridepack clean", "watch": "pridepack watch", "start": "pridepack start", "dev": "pridepack dev", "test:jsdom": "vitest", "test:cypress": "cypress run", "cypress:cpanel": "cypress open" }, "private": false, "description": "Extract and set form values through the DOM.", "repository": { "url": "https://code.modal.sh/TheoryOfNekomata/formxtra.git", "type": "git" }, "homepage": "https://code.modal.sh/TheoryOfNekomata/formxtra", "bugs": { "url": "https://code.modal.sh/TheoryOfNekomata/formxtra/issues" }, "author": "TheoryOfNekomata ", "publishConfig": { "access": "public" } }