maskfy
Version:
A Javascript library without a dependency of jQuery, Zepto, and etc ... Very simple to install and use. With only 1kb (gzip) code, it's also well accepted on mobile devices
57 lines • 1.6 kB
JSON
{
"author": "figuarnieri",
"bugs": {
"url": "https://github.com/figuarnieri/maskfy/issues"
},
"description": "A Javascript library without a dependency of jQuery, Zepto, and etc ... Very simple to install and use. With only 1kb (gzip) code, it's also well accepted on mobile devices",
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-typescript": "^7.27.0",
"@types/jest": "^29.5.14",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"terser-webpack-plugin": "^5.3.14",
"ts-jest": "^29.3.2",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"webpack": "^5.99.8",
"webpack-cli": "^6.0.1"
},
"exports": {
".": {
"require": "./dist/esm/index.js",
"import": "./dist/esm/index.js",
"types": "./src/types/index.d.ts"
},
"./dist/cjs": "./dist/cjs/index.js",
"./dist/amd": "./dist/amd/index.js"
},
"homepage": "https://figuarnieri.github.io/maskfy",
"keywords": [
"1kb",
"data-mask",
"inputmask",
"input-mask",
"javascript",
"maskfy",
"mask-input",
"nojquery",
"react-mask"
],
"license": "MIT",
"main": "./dist/esm/index.js",
"name": "maskfy",
"readme": "https://github.com/figuarnieri/maskfy/blob/master/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/figuarnieri/maskfy.git"
},
"scripts": {
"test": "jest",
"build": "rm -rf dist && webpack build --config ./src/webpack/webpack.config.js"
},
"type": "module",
"types": "src/types/index.d.ts",
"version": "3.1.4"
}