{ "version": "0.2.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "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" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test:jsdom": "tsdx test", "test:dom": "cypress open", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "peerDependencies": {}, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "name": "@theoryofnekomata/formxtra", "author": "TheoryOfNekomata ", "module": "dist/get-form-values.esm.js", "size-limit": [ { "path": "dist/get-form-values.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/get-form-values.esm.js", "limit": "10 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^4.10.2", "@types/jsdom": "^16.2.10", "cypress": "^7.2.0", "cypress-file-upload": "^5.0.7", "cypress-jest-adapter": "^0.1.1", "husky": "^6.0.0", "jsdom": "^16.5.3", "size-limit": "^4.10.2", "tsdx": "^0.14.1", "tslib": "^2.2.0", "typescript": "^4.2.4" } }