-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
50 lines (50 loc) · 1.25 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
49
50
{
"name": "@wcferry/root",
"version": "0.0.2",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@swc/helpers": "~0.5.3",
"debug": "^4.3.4"
},
"devDependencies": {
"@nx/devkit": "^17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/js": "17.2.8",
"@nx/vite": "17.2.8",
"@nx/workspace": "^17.2.8",
"@swc-node/register": "~1.6.8",
"@swc/cli": "~0.1.63",
"@swc/core": "~1.3.102",
"@types/debug": "^4.1.12",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@vitest/coverage-v8": "~0.34.6",
"@vitest/ui": "~0.34.7",
"nx": "17.2.8",
"prettier": "^2.8.8",
"tslib": "^2.6.2",
"tsx": "^4.7.0",
"typescript": "~5.2.2",
"vite": "^5.0.11",
"vitest": "~0.34.6"
},
"workspaces": [
"packages/*"
],
"nx": {
"includedScripts": []
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"url": "git+https://github.com/stkevintan/node-wcferry.git",
"type": "git"
},
"author": {
"name": "stkevintan"
}
}