@crowdin/crowdin-apps-functions
Version:
Utility library to easily and quickly develop Crowdin App
68 lines (67 loc) • 1.89 kB
JSON
{
"name": "@crowdin/crowdin-apps-functions",
"version": "0.13.0",
"description": "Utility library to easily and quickly develop Crowdin App",
"main": "out/index.js",
"types": "out/index.d.ts",
"scripts": {
"prepare": "husky install",
"test": "jest",
"build": "tsc -p ./",
"watch": "tsc -watch -p ./",
"lint": "eslint --fix \"{src,tests}/**/*.{js,ts}\"",
"lint-ci": "eslint \"{src,tests}/**/*.{js,ts}\"",
"test-coverage": "jest --ci --reporters=jest-junit --reporters=default --coverage --coverageReporters=cobertura --coverageReporters=html"
},
"files": [
"out/**/*",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/crowdin/crowdin-apps-functions.git"
},
"keywords": [
"Crowdin",
"Apps",
"Applications",
"App"
],
"license": "MIT",
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@types/jest": "^27.0.0",
"@types/jsonwebtoken": "^8.5.5",
"@types/node": "^12.0.10",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"husky": "^7.0.0",
"jest": "^27.5.1",
"jest-circus": "^27.0.0",
"jest-junit": "^15.0.0",
"jest-ts-auto-mock": "^2.1.0",
"lint-staged": ">=8",
"prettier": "^3.7.4",
"ts-auto-mock": "^3.6.2",
"ts-jest": "^27.1.5",
"ttypescript": "^1.5.13",
"typescript": "^4.8.4"
},
"dependencies": {
"@crowdin/crowdin-api-client": "^1.48.3",
"axios": "1.13.5",
"jsonwebtoken": "^9.0.0"
},
"bugs": {
"url": "https://github.com/crowdin/crowdin-apps-functions/issues"
},
"homepage": "https://github.com/crowdin/crowdin-apps-functions#readme",
"directories": {
"test": "tests"
}
}