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.
23 lines
487 B
23 lines
487 B
{ |
|
"name": "word-template", |
|
"version": "0.0.0", |
|
"private": true, |
|
"scripts": { |
|
"start": "node ./bin/www" |
|
}, |
|
"dependencies": { |
|
"cookie-parser": "~1.4.4", |
|
"debug": "~2.6.9", |
|
"docxtemplater": "^3.21.1", |
|
"ejs": "~2.6.1", |
|
"express": "~4.16.1", |
|
"http-errors": "~1.6.3", |
|
"jalali-moment": "^3.3.10", |
|
"lodash": "^4.17.21", |
|
"morgan": "~1.9.1", |
|
"persianjs": "^0.4.0", |
|
"pg": "^8.5.1", |
|
"pizzip": "^3.0.6", |
|
"sequelize": "^6.5.0" |
|
} |
|
}
|
|
|