-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1016 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1016 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
38
39
40
{
"name": "@mrpelz/utils",
"version": "5.7.1",
"private": "true",
"repository": {
"type": "git",
"url": "https://git.i.wurstsalat.cloud/mrpelz/utils.git"
},
"license": "UNLICENSED",
"author": "Lennart Pelz <mail@mrpelz.de>",
"type": "module",
"main": "dist/main.js",
"module": "dist/main.js",
"types": "dist/main.d.ts",
"files": [
"dist/**/*.{js,map,ts}"
],
"workspaces": [
"packages/misc-utils",
"packages/modifiable-date",
"packages/observable",
"packages/struct"
],
"dependencies": {
"@mrpelz/misc-utils": "*",
"@mrpelz/modifiable-date": "*",
"@mrpelz/observable": "*",
"@mrpelz/struct": "*"
},
"devDependencies": {
"@mrpelz/boilerplate-common": "latest"
},
"packageManager": "npm@11.14.1+sha512.6a8a4d67478497a2dbc6815cad72e64c43f33413717e242756047d466241ab39bee61e691683a64658e94496ec5f1a1c05e4a5ec62dcc773280dfd949443a367",
"devEngines": {
"packageManager": {
"name": "npm",
"onFail": "warn"
}
}
}