@berlinsms/code-picker
Version:
A jquery-plugin to pick a code or some digits in a formular, usful for OTP, TAN..
30 lines (29 loc) • 810 B
JSON
{
"name": "@berlinsms/code-picker",
"version": "1.0.7",
"publishConfig": {
"access": "public"
},
"description": "A jquery-plugin to pick a code or some digits in a formular, usful for OTP, TAN..",
"scripts": {
"build": "webpack --mode production",
"minify": "webpack --mode development",
"deploy": "npm run build && svn commit && git push && npm login && npm publish --access public && npm unpublish @berlinsms/code-picker --force"
},
"keywords": [
"js",
"code-picker",
"TAN",
"OTP",
"digits",
"jquery"
],
"author": "haka for berlinsms <service@berlinsms.de> (https://www.berlinsms.de)",
"license": "MIT",
"devDependencies": {
"css-loader": "^6.8.1",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0"
}
}