-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 836 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 836 Bytes
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
{
"name": "turbotracer",
"version": "1.0.31",
"description": "Investigates v8/Node.js optimized functions, inlinings, native calls.",
"main": "dist/index.js",
"bin": {
"turbotracer": "./turbotracer.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"v8",
"turbofan"
],
"author": "cevek",
"repository": {
"type": "git",
"url": "git://github.com/cevek/turbotracer.git"
},
"license": "MIT",
"dependencies": {
"node-fetch": "^3.2.4",
"open": "^8.4.0",
"sync-fetch": "^0.4.1",
"userhome": "^1.0.0",
"which": "^2.0.2"
},
"devDependencies": {
"@types/node": "^17.0.35",
"ts-node": "^10.8.0",
"typescript": "^4.7.2"
}
}