-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 849 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 849 Bytes
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
{
"name": "utilities",
"version": "0.0.0",
"description": "Utilities packages for Eodomius project",
"main": "none",
"author": "Veauville Raphael <veauville.raphael@gmail.com>",
"license": "Apache-2.0 License",
"private": true,
"contributors": [
"Veauville Raphael <veauville.raphael@gmail.com>"
],
"keywords": [
"instant-chat",
"utilities",
"utils",
"eodomius",
"node"
],
"repository": {
"type": "git",
"url": "https://github.com/Eodomius/utilities.git"
},
"bugs": {
"url": "https://github.com/Eodomius/utilities/issues"
},
"homepage": "https://github.com/Eodomius",
"engines": {
"node": ">=16.9.0"
},
"workspaces": [
"packages/*"
],
"packageManager": "yarn@3.1.1",
"devDependencies": {
"@types/node": "^17.0.23"
}
}