2021-12-18 02:34:52 +02:00
|
|
|
{
|
|
|
|
|
"name": "mantra",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"description": "Community platform for translating literature.",
|
2022-06-17 22:55:52 +02:00
|
|
|
"main": "mantra.press.js",
|
2021-12-18 02:34:52 +02:00
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2022-06-17 22:55:52 +02:00
|
|
|
"url": "git+https://code.sigidli.com/mantra/mantra.press.git"
|
2021-12-18 02:34:52 +02:00
|
|
|
},
|
|
|
|
|
"author": "kngako",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"bugs": {
|
2022-06-17 22:55:52 +02:00
|
|
|
"url": "https://code.sigidli.com/mantra/mantra.press/issues"
|
2021-12-18 02:34:52 +02:00
|
|
|
},
|
2022-06-17 22:55:52 +02:00
|
|
|
"homepage": "https://code.sigidli.com/mantra/mantra.press#readme",
|
2021-12-18 02:34:52 +02:00
|
|
|
"dependencies": {
|
2023-01-19 00:40:13 +02:00
|
|
|
"archiver": "^5.3.1",
|
2021-12-18 02:34:52 +02:00
|
|
|
"body-parser": "^1.19.1",
|
|
|
|
|
"config": "^3.3.6",
|
|
|
|
|
"connect-session-sequelize": "^7.1.2",
|
|
|
|
|
"express": "^4.17.2",
|
2022-06-19 02:17:55 +02:00
|
|
|
"express-fileupload": "^1.4.0",
|
2021-12-18 02:34:52 +02:00
|
|
|
"express-session": "^1.17.2",
|
2025-06-13 12:59:51 +02:00
|
|
|
"fast-xml-parser": "^4.1.3",
|
2022-06-17 22:55:52 +02:00
|
|
|
"mantra-db-models": "git+https://code.sigidli.com/mantra/mantra-db-models.git",
|
2022-05-27 22:21:44 +02:00
|
|
|
"markdown-it": "^13.0.1",
|
2021-12-18 02:34:52 +02:00
|
|
|
"passport": "^0.5.2",
|
|
|
|
|
"passport-local": "^1.0.0",
|
2023-01-06 02:34:01 +02:00
|
|
|
"pug": "^3.0.2",
|
|
|
|
|
"xlsx": "^0.18.5"
|
2022-05-27 22:21:44 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-06-19 02:17:55 +02:00
|
|
|
"prompt": "^1.3.0",
|
2022-05-27 22:21:44 +02:00
|
|
|
"sqlite3": "^5.0.8"
|
2021-12-18 02:34:52 +02:00
|
|
|
}
|
|
|
|
|
}
|