-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.39 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": "pprof-it",
"version": "3.0.0",
"description": "Handy wrapper for pprof",
"repository": "https://github.com/jakebailey/pprof-it",
"author": "Jake Bailey",
"license": "MIT",
"engines": {
"node": ">=16"
},
"bin": "dist/main.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"LICENSE.txt"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"prepack": "rimraf dist && npm run build"
},
"dependencies": {
"@datadog/pprof": "^5.4.1",
"foreground-child": "^3.3.0",
"pprof-format": "^2.1.0",
"signal-exit": "^4.1.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@tsconfig/node14": "^14.1.2",
"@types/foreground-child": "^2.0.2",
"@types/node": "^18.19.59",
"@types/signal-exit": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"dprint": "^0.47.4",
"eslint": "^8.57.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^56.0.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]+sha512.65a9c38a8172948f617a53619762cd77e12b9950fe1f9239debcb8d62c652f2081824b986fee7c0af6c0a7df615becebe4bf56e17ec27214a87aa29d9e038b4b"
}