@webkeypad/core
Version:
Lightweight customizable on-screen keyboard core
34 lines (33 loc) • 717 B
JSON
{
"name": "@webkeypad/core",
"version": "0.1.0",
"description": "Lightweight customizable on-screen keyboard core",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --inject-style",
"dev": "tsup src/index.ts --watch"
},
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"keywords": [
"keyboard",
"on-screen-keyboard",
"virtual-keyboard",
"custom-keyboard"
],
"author": "webkeypad",
"license": "MIT",
"publishConfig": {
"access": "public"
}
}