-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "helene",
"version": "1.0.0",
"description": "Real-time Web Apps for Node.js",
"type": "commonjs",
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx 'packages/**/src/**/*' 'meta/**/*.ts'"
},
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lerna": "^7.3.0",
"prettier": "^3.0.3",
"typescript": "^5.5.4"
},
"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.17.0",
"yarn": "1.22.22"
},
"workspaces": [
"packages/*",
"meta/*"
],
"private": true
}