metanode
Version:
Metarhia client code for PWA: cache, websocket, intertab communication
58 lines (57 loc) • 1.42 kB
JSON
{
"name": "metanode",
"version": "0.0.0",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Metarhia client code for PWA: cache, websocket, intertab communication",
"license": "MIT",
"keywords": [
"pwa",
"metarhia",
"impress",
"cache",
"client",
"socket",
"websocket",
"cache",
"sync",
"globalstorage"
],
"repository": {
"type": "git",
"url": "https://github.com/metarhia/metanode"
},
"bugs": {
"url": "https://github.com/metarhia/metanode/issues",
"email": "timur.shemsedinov@gmail.com"
},
"homepage": "https://metarhia.com",
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/tshemsedinov"
},
"type": "module",
"main": "metanode.js",
"types": "metanode.d.ts",
"files": [
"lib/",
"metanode.d.ts",
"CHANGELOG.md",
"SECURITY.md"
],
"readmeFilename": "README.md",
"scripts": {
"test": "npm run -s lint && npm run types && node --test",
"types": "tsc -p tsconfig.json",
"lint": "eslint . && prettier -c \"**/*.js\" \"**/*.json\" \"**/*.md\"",
"fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\""
},
"engines": {
"node": "18 || 20 || 21 || 22 || 23 || 24"
},
"devDependencies": {
"eslint": "^9.27.0",
"eslint-config-metarhia": "^9.1.1",
"prettier": "^3.3.3",
"typescript": "^5.8.3"
}
}