mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +00:00
21 lines
454 B
JSON
21 lines
454 B
JSON
|
{
|
||
|
"name": "js-parse-and-output",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "test.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "AGPL-3.0-only",
|
||
|
"dependencies": {
|
||
|
"@babel/generator": "^7.24.7",
|
||
|
"@babel/parser": "^7.24.7",
|
||
|
"acorn": "^8.12.1",
|
||
|
"acorn-static-class-features": "^1.0.0",
|
||
|
"escodegen": "^2.1.0",
|
||
|
"recast": "^0.23.9"
|
||
|
}
|
||
|
}
|