mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 14:20:22 +08:00
9e5429b9ab
- fixes some bugs - adds list of relative requires
19 lines
376 B
JSON
19 lines
376 B
JSON
{
|
|
"name": "module-docgen",
|
|
"version": "1.0.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "AGPL-3.0-only",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.26.2",
|
|
"@babel/traverse": "^7.25.9",
|
|
"dedent": "^1.5.3",
|
|
"doctrine": "^3.0.0"
|
|
}
|
|
}
|