-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.33 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.33 KB
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": "@andriyorehov/ts-graph",
"version": "1.0.3",
"description": "",
"main": "build/index.js",
"scripts": {
"test": "vitest run",
"build": "rm -rf build;tsc -p tsconfig.build.json",
"bench": "tsx test/bench.ts > test/bench-result.json && prettier --write test/bench-result.json",
"prepublishOnly": "npm run test && npm run build",
"lint": "eslint src"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"find-up": "^5.0.0",
"ts-morph": "23.0.0"
},
"devDependencies": {
"@canva/dependency-tree": "^3.3.3",
"@thepassle/module-graph": "^0.7.5",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"camelcase": "^8.0.0",
"eslint": "^8.57.0",
"mitata": "^0.1.11",
"prettier": "^3.3.3",
"string-ts": "^2.1.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"wild-wild-path": "^5.0.0"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/andriyor/ts-tree#readme",
"repository": "github:andriyor/ts-tree",
"files": [
"/build"
],
"packageManager": "pnpm@10.12.3+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417"
}