-
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) · 1.19 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.19 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
{
"name": "gleetchy-mono",
"version": "1.0.0",
"private": true,
"description": "looping business",
"license": "ISC",
"author": "Kav Singh <flakisms@gmail.com> (https://github.com/kavsingh)",
"repository": {
"type": "git",
"url": "https://github.com/kavsingh/gleetchy.git"
},
"type": "module",
"main": "index.js",
"scripts": {
"dev": "nx dev gleetchy --outputStyle stream",
"build": "nx build gleetchy",
"test": "nx run-many -t test --outputStyle stream",
"lint": "nx run-many -t lint --outputStyle stream",
"clean:nx": "rm -rf .nx && pnpm -r exec rm -rf .nx",
"clean:modules": "rm -rf node_modules && pnpm -r exec rm -rf node_modules"
},
"devDependencies": {
"@total-typescript/ts-reset": "0.6.1",
"@tsconfig/node24": "24.0.4",
"@tsconfig/strictest": "2.0.8",
"@types/node": "24.10.9",
"@typescript/native-preview": "7.0.0-dev.20260201.1",
"concurrently": "9.2.1",
"lefthook": "2.0.16",
"nx": "22.4.4",
"oxfmt": "0.27.0",
"oxlint": "1.42.0",
"oxlint-tsgolint": "0.11.4",
"tombi": "0.7.25"
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}