You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{ |
|
"dependencies": { |
|
"ejs": "^3.1.6", |
|
"express": "^4.17.1", |
|
"lunr": "^2.3.9", |
|
"lunr-languages": "^1.4.0" |
|
}, |
|
"scripts": { |
|
"start": "node src/main.js", |
|
"develop": "nodemon src/main.js" |
|
}, |
|
"devDependencies": { |
|
"nodemon": "^2.0.7" |
|
} |
|
}
|
|
|