-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.24 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
46
47
{
"name": "documentation-tools",
"version": "1.0.0",
"description": "Tools for generating and inserting documentation into JavaScript/TypeScript codebases.",
"main": "index.js",
"scripts": {
"acorn-parser": "node scripts/acorn_parser.js",
"acorn-inserter": "node scripts/acorn_inserter.js"
},
"keywords": [
"documentation",
"docstrings",
"javascript",
"typescript",
"babel",
"code-structure"
],
"license": "MIT",
"dependencies": {
"@azure/openai": "^2.0.0-beta.2",
"@babel/generator": "^7.25.7",
"@babel/parser": "^7.25.8",
"@babel/traverse": "^7.25.7",
"@babel/types": "^7.25.8",
"@typescript-eslint/typescript-estree": "^5.62.0",
"acorn": "^8.12.1",
"acorn-typescript": "^1.0.0",
"ajv": "^8.17.1",
"astring": "^1.9.0",
"babel": "^6.23.0",
"esprima": "^4.0.1",
"javaparser": "^2.0.2",
"prettier": "^2.8.8",
"stylelint": "^16.10.0",
"typescript": "^5.6.3",
"typhonjs-escomplex": "^0.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"chromatic": "^11.12.6",
"eslint": "^8.57.1",
"eslint-plugin-jsdoc": "^39.0.6",
"nodemon": "^3.1.7"
},
"author": ""
}