@crowdin/app-project-module
Version:
Module that generates for you all common endpoints for serving standalone Crowdin App
110 lines (109 loc) • 3.76 kB
JSON
{
"name": "@crowdin/app-project-module",
"version": "0.95.1",
"description": "Module that generates for you all common endpoints for serving standalone Crowdin App",
"main": "out/index.js",
"types": "out/index.d.ts",
"scripts": {
"build": "tsc -p ./ && cp -R views out && cp -R static out && cp logo.png out && rollup -c rollup.config.mjs",
"build-main": "tsc -p ./ && cp -R views out && cp -R static out && cp logo.png out",
"build-form": "tsc -p ./ && cp -R static/js/form out/static/js && rollup -c rollup.config.mjs",
"watch-main": "tsc --watch -p ./ && cp -R views out && cp -R static out && cp logo.png out",
"lint": "eslint --fix \"{src,tests}/**/*.{js,ts}\"",
"prettier": "prettier --config .prettierrc src/**/*.ts --write",
"lint-ci": "eslint \"{src,tests}/**/*.{js,ts}\"",
"test-coverage": "jest --ci --reporters=jest-junit --reporters=default --coverage --coverageReporters=cobertura --coverageReporters=html",
"test": "jest"
},
"files": [
"out/**/*"
],
"dependencies": {
"@aws-sdk/client-s3": "^3.758.0",
"@aws-sdk/s3-request-presigner": "^3.758.0",
"@crowdin/crowdin-apps-functions": "^0.12.0",
"@crowdin/logs-formatter": "^2.1.8",
"@godaddy/terminus": "^4.12.1",
"@monaco-editor/react": "^4.7.0",
"amqplib": "^0.10.8",
"crypto-js": "^4.2.0",
"express": "^4.21.2",
"express-handlebars": "^5.3.5",
"express-rate-limit": "^7.5.0",
"lodash.get": "^4.4.2",
"lodash.isstring": "^4.0.1",
"lodash.snakecase": "^4.1.1",
"lodash.uniqby": "^4.7.0",
"minimatch": "^10.0.3",
"mysql2": "^3.12.0",
"node-cron": "^3.0.3",
"pg": "^8.13.3",
"redoc-express": "^2.1.0",
"sqlite3": "^5.1.7",
"swagger-jsdoc": "^6.2.8",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/preset-react": "^7.26.3",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.16.14",
"@mui/material": "^5.16.14",
"@rjsf/core": "^5.24.3",
"@rjsf/mui": "^5.24.3",
"@rjsf/utils": "^5.24.3",
"@rjsf/validator-ajv8": "^5.24.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-multi-entry": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@types/amqplib": "^0.10.7",
"@types/crypto-js": "^4.2.2",
"@types/express": "4.17.21",
"@types/express-handlebars": "^5.3.1",
"@types/jest": "^29.5.14",
"@types/lodash.get": "^4.4.9",
"@types/lodash.isstring": "^4.0.9",
"@types/lodash.snakecase": "^4.1.9",
"@types/lodash.uniqby": "^4.7.9",
"@types/minimatch": "^5.1.2",
"@types/node": "^16.18.126",
"@types/node-cron": "^3.0.11",
"@types/pg": "^8.11.11",
"@types/swagger-jsdoc": "^6.0.4",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^2.3.1",
"@typescript-eslint/parser": "^2.3.1",
"auto-changelog": "^2.5.0",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.1",
"jest": "^29.7.0",
"jest-junit": "^15.0.0",
"prettier": "^2.8.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^3.29.4",
"rollup-plugin-delete": "^2.1.0",
"ts-jest": "^29.2.5",
"typescript": "^4.9.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crowdin/app-project-module.git"
},
"keywords": [
"Crowdin",
"Apps",
"Applications",
"App"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/crowdin/app-project-module/issues"
},
"homepage": "https://crowdin.github.io/app-project-module"
}