UNPKG

easy-qwebchannel

Version:

Easy IPC communication for QT applications

62 lines (61 loc) 1.28 kB
{ "name": "easy-qwebchannel", "version": "0.0.5", "description": "Easy IPC communication for QT applications", "keywords": [ "qwebchannel", "qt", "ipc", "communication" ], "main": "dist/index.js", "module": "dist/easy-qwebchannel.esm.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "author": "shawche@outlook.com", "repository": { "type": "git", "url": "https://github.com/superche/easy-qwebchannel.git" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "size-limit": [ { "path": "dist/easy-qwebchannel.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/easy-qwebchannel.esm.js", "limit": "10 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^8.2.4", "husky": "^8.0.3", "size-limit": "^8.2.4", "tsdx": "^0.14.1", "tslib": "^2.5.2", "typescript": "^5.0.4" } }