webserial-core
Version:
Webserial Core to easy connections with serial devices
58 lines (57 loc) • 1.39 kB
JSON
{
"name": "webserial-core",
"description": "Webserial Core to easy connections with serial devices",
"version": "1.0.5",
"type": "module",
"license": "MIT",
"author": "danidoble",
"repository": {
"type": "git",
"url": "https://github.com/danidoble/webserial-core.git"
},
"bugs": {
"url": "https://github.com/danidoble/webserial-core/issues"
},
"homepage": "https://github.com/danidoble/webserial-core#readme",
"keywords": [
"webserial",
"serial",
"core",
"web"
],
"files": [
"dist",
"README.md"
],
"main": "./dist/webserial-core.umd.cjs",
"module": "./dist/webserial-core.js",
"exports": {
".": {
"import": "./dist/webserial-core.js",
"require": "./dist/webserial-core.umd.cjs"
}
},
"scripts": {
"dev": "vite",
"build": "prettier --write ./lib/**/*.ts && tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ext .ts ./lib",
"format": "prettier --write ./lib/**/*.ts"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/w3c-web-serial": "^1.0.8",
"eslint": "^9.22.0",
"globals": "^15.15.0",
"prettier": "3.4.2",
"puppeteer": "^24.4.0",
"semantic-release": "^24.2.3",
"typescript": "~5.7.3",
"typescript-eslint": "^8.26.1",
"uuid": "^11.1.0",
"vite": "^6.2.2"
},
"publishConfig": {
"access": "public"
}
}