@dadofcode/kt-helpers
Version:
Collection of helper utilities for KTUI including alerts and form helpers
51 lines (50 loc) • 1.15 kB
JSON
{
"name": "@dadofcode/kt-helpers",
"version": "1.0.2",
"description": "Collection of helper utilities for KTUI including alerts and form helpers",
"main": "dist/kt-alerts.js",
"module": "src/index.js",
"types": "src/index.d.ts",
"files": [
"src",
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"keywords": [
"alerts",
"modal",
"ktui",
"notifications",
"dialog",
"form",
"helpers",
"utilities"
],
"author": "dad-of-code",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/dad-of-code/kt-helpers.git"
},
"bugs": {
"url": "https://github.com/dad-of-code/kt-helpers/issues"
},
"homepage": "https://github.com/dad-of-code/kt-helpers#readme",
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"babel-loader": "^10.0.0",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1",
"terser-webpack-plugin": "^5.3.9"
},
"peerDependencies": {
"@keenthemes/ktui": "^1.0.19"
},
"directories": {
"example": "examples"
}
}