|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "name": "@theoryofnekomata/formxtra",
- "version": "1.0.1",
- "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",
- "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",
- "test: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 <allan.crisostomo@outlook.com>",
- "publishConfig": {
- "access": "public"
- }
- }
|