-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 908 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 908 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": "friends",
"version": "0.0.0",
"private": true,
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/SukkaW/Friends.git"
},
"scripts": {
"build": "node -r @swc-node/register index.ts",
"lint": "eslint --format=sukka ."
},
"license": "ISC",
"dependencies": {
"@henrygd/queue": "^1.2.0",
"foxts": "^5.0.4",
"js-yaml": "^4.1.1",
"valibot": "^1.2.0"
},
"devDependencies": {
"@swc-node/register": "^1.11.1",
"@swc/core": "^1.15.10",
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.10.9",
"eslint": "^9.39.2",
"eslint-config-sukka": "^8.3.0",
"eslint-formatter-sukka": "^8.3.0",
"typescript": "^5.9.3"
},
"pnpm": {
"overrides": {
"eslint>chalk": "npm:picocolors@^1.1.1"
},
"onlyBuiltDependencies": [
"@swc/core"
]
},
"packageManager": "pnpm@10.28.1"
}