-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.11 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
{
"name": "diabolo",
"version": "1.4.0",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/arthur-fontaine.ts"
},
"description": "",
"author": "",
"license": "ISC",
"keywords": [],
"main": "index.js",
"workspaces": [
"packages/*",
"www"
],
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"lint": "pnpm run -r lint",
"publish": "pnpm run -r publish",
"test": "pnpm run -r test"
},
"devDependencies": {
"@antfu/eslint-config": "^2.12.2",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^20.12.5",
"eslint": "^9.0.0",
"eslint-plugin-filename-rules": "^1.3.1",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-perfectionist": "^2.8.0",
"eslint-plugin-use-encapsulation": "^1.1.0",
"jsr": "^0.12.1",
"typescript": "^5.4.4",
"vitest": "^1.4.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
}
}