helene
Version:
Real-time Web Apps for Node.js
52 lines (51 loc) • 1.22 kB
JSON
{
"name": "helene",
"description": "Real-time Web Apps for Node.js",
"version": "1.7.0",
"browser": "index.browser.js",
"main": "index.js",
"type": "commonjs",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"clean": "rimraf common* data* index* react* tsconfig.tsbuildinfo",
"rebuild": "yarn run clean && yarn run build",
"prepublishOnly": "yarn run rebuild"
},
"dependencies": {
"@helenejs/client": "^1.7.0",
"@helenejs/data": "^1.7.0",
"@helenejs/react": "^1.7.0",
"@helenejs/server": "^1.7.0",
"@helenejs/utils": "^1.6.4"
},
"devDependencies": {
"rimraf": "^5.0.5",
"typescript": "^5.7.2"
},
"author": "Leonardo Venturini",
"license": "MIT",
"repository": "https://github.com/leonardoventurini/helene",
"keywords": [
"websockets",
"rpc",
"react",
"reactjs",
"methods",
"events",
"node",
"nodejs"
],
"bugs": {
"url": "https://github.com/leonardoventurini/helene/issues"
},
"volta": {
"node": "20.8.0",
"yarn": "1.22.19"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "3acc76b941dbdfeca2d62a4c8acc007eb972353d"
}