-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 893 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
{
"name": "nextjs-app-router-visualizer",
"version": "0.0.17",
"description": "",
"type": "module",
"main": "index.js",
"bin": {
"nextjs-app-router-visualizer": "bin.js"
},
"files": [
"index.js",
"bin.js"
],
"exports": "./index.js",
"scripts": {
"build": "tsup",
"test": "vitest"
},
"keywords": [],
"author": "devjojo",
"license": "ISC",
"dependencies": {
"@babel/parser": "^7.24.7",
"@babel/traverse": "^7.24.7",
"cac": "^6.7.14",
"chalk": "^5.3.0"
},
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0",
"devDependencies": {
"@types/babel__traverse": "^7.20.6",
"@types/node": "^20.14.2",
"prettier": "^3.3.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
}
}