webdev-power-kit
Version:
A powerful toolkit that simplifies access to browser features like clipboard, notifications, battery, vibration, and more — perfect for modern web developers.
44 lines (43 loc) • 1.34 kB
JSON
{
"name": "webdev-power-kit",
"version": "2.1.5",
"description": "A powerful toolkit that simplifies access to browser features like clipboard, notifications, battery, vibration, and more — perfect for modern web developers.",
"keywords": ["webdev","browser-api","clipboard","battery","notification","vibration","developer-tools","frontend", "html5-api","javascript","typescript","web-utilities","productivity"],
"homepage": "https://webdev-power-kit.hashnode.space/docs/introduction",
"bugs": {
"url": "https://github.com/dev-aditya-lab/webdev-power-kit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dev-aditya-lab/webdev-power-kit.git"
},
"license": "MIT",
"author": {
"name": "Aditya Kumar Gupta",
"email": "ad1123itya@gmail.com",
"url": "https://github.com/dev-aditya-lab"
},
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc"
},
"engines": {
"node": ">=14"
},
"devDependencies": {
"typescript": "^5.8.3"
}
}