-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1005 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
{
"name": "@flisk/analyze-tracking",
"version": "0.3.1",
"description": "Analyzes tracking code in a project and generates data schemas",
"main": "src/index.js",
"bin": {
"analyze-tracking": "bin/cli.js"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fliskdata/analyze-tracking.git"
},
"author": "Sameen Karim",
"license": "MIT",
"bugs": {
"url": "https://github.com/fliskdata/analyze-tracking/issues"
},
"homepage": "https://github.com/fliskdata/analyze-tracking#readme",
"dependencies": {
"@typescript-eslint/parser": "^8.1.0",
"acorn": "^8.12.1",
"acorn-jsx": "^5.3.2",
"acorn-jsx-walk": "^2.0.0",
"acorn-walk": "^8.3.3",
"command-line-args": "^6.0.0",
"command-line-usage": "^7.0.3",
"isomorphic-git": "^1.27.1",
"js-yaml": "^4.1.0",
"openai": "^4.67.1",
"typescript": "^5.5.4",
"zod": "^3.23.8"
},
"devDependencies": {
"jest": "^29.7.0"
}
}