-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 939 Bytes
/
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
{
"name": "squarified",
"version": "0.2.2",
"description": "squarified tree map",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": "./src/index.ts",
"keywords": [
"squarified",
"tree-map"
],
"files": [
"dist",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nonzzz/squarified.git"
},
"author": "Kanno",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.7.4",
"dprint": "^0.47.2",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"eslint-config-kagura": "^3.0.1",
"jiek": "^2.3.3",
"typescript": "^5.6.2",
"vite-bundle-analyzer": "^0.16.0"
},
"pnpm": {
"overrides": {
"esbuild": "0.24.0",
"is-core-module": "npm:@nolyfill/is-core-module@^1",
"safer-buffer": "npm:@nolyfill/safer-buffer@^1"
}
},
"packageManager": "[email protected]"
}