katex-api / package.json
andhikagg's picture
Update package.json
5ccd797 verified
raw
history blame contribute delete
392 Bytes
{
"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"
}
}