{ | |
"name": "katex-generator", | |
"version": "1.0.0", | |
"description": "nothing", | |
"main": "app.js", | |
"scripts": { | |
"start": "node app.js", | |
"dev": "nodemon app.js" | |
}, | |
"keywords": ["katex"], | |
"author": "nd", | |
"license": "MIT", | |
"dependencies": { | |
"express": "latest", | |
"playwright": "latest", | |
"katex": "latest" | |
}, | |
"devDependencies": { | |
"nodemon": "latest" | |
} | |
} |