-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) 路 1.45 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) 路 1.45 KB
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
{
"name": "vittel",
"version": "2.0.0",
"description": "Full-stack monorepo starter kit for service oriented typescript projects.",
"type": "module",
"private": true,
"scripts": {
"deps:install": "npm install --workspaces && npm install",
"deps:reset": "rm -rf $(find -P . -maxdepth 3 -regextype \"posix-extended\" -regex \"^\\.\\/((services|packages|apps)\\/[^\\/]+\\/)?(node_modules|package-lock\\.json|\\.nx)$\")"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/preset-typescript": "^7.28.5",
"@jest/globals": "^30.2.0",
"@mulekick/eslint-config-muleslint": "^2.3.2",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.1",
"babel-plugin-transform-import-meta": "^2.3.3",
"esbuild": "^0.27.0",
"eslint": "^9.39.1",
"globals": "^16.5.0",
"jest": "^30.2.0",
"lerna": "^9.0.3",
"remark-insert-headings": "^0.0.0",
"remark-toc": "^9.0.0",
"tsx": "^4.21.0",
"typedoc": "^0.28.15",
"typedoc-plugin-markdown": "^4.9.0",
"typedoc-plugin-missing-exports": "4.1.2",
"typedoc-plugin-remark": "^2.0.1",
"typescript": "^5.9.3"
},
"os": [
"linux"
],
"author": "mulekick <moolekick@gmail.com> (https://github.com/mulekick)",
"license": "MIT",
"repository": {},
"bugs": {},
"homepage": "https://github.com/mulekick/vittel"
}