|
|
@@ -1,73 +1,84 @@ |
|
|
|
{ |
|
|
|
"version": "0.2.1", |
|
|
|
"license": "MIT", |
|
|
|
"main": "dist/index.js", |
|
|
|
"typings": "dist/index.d.ts", |
|
|
|
"files": [ |
|
|
|
"dist" |
|
|
|
], |
|
|
|
"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 <allan.crisostomo@outlook.com>", |
|
|
|
"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" |
|
|
|
} |
|
|
|
"version": "0.2.2", |
|
|
|
"license": "MIT", |
|
|
|
"main": "dist/index.js", |
|
|
|
"typings": "dist/index.d.ts", |
|
|
|
"files": [ |
|
|
|
"dist" |
|
|
|
], |
|
|
|
"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 <allan.crisostomo@outlook.com>", |
|
|
|
"description": "Extract form values through the DOM.", |
|
|
|
"module": "dist/get-form-values.esm.js", |
|
|
|
"keywords": [ |
|
|
|
"form", |
|
|
|
"value", |
|
|
|
"utility" |
|
|
|
], |
|
|
|
"homepage": "https://code.modal.sh/TheoryOfNekomata/formxtra", |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://code.modal.sh/TheoryOfNekomata/formxtra.git" |
|
|
|
}, |
|
|
|
"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" |
|
|
|
} |
|
|
|
} |