@crowdin/crowdin-apps-functions
Version:
Utility library to easily and quickly develop Crowdin App
67 lines (66 loc) • 1.84 kB
JSON
{
"name": "@crowdin/crowdin-apps-functions",
"version": "0.12.5",
"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": {
"@types/jest": "^27.0.0",
"@types/jsonwebtoken": "^8.5.5",
"@types/node": "^12.0.10",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-prettier": "^3.1.1",
"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": "^1.18.2",
"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.12.0",
"jimp": "^0.22.12",
"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"
}
}