@itishermann/appwrite-exceptions-translator
Version:
51 lines (50 loc) • 1.67 kB
JSON
{
"name": "@itishermann/appwrite-exceptions-translator",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"version": "1.0.3",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "bun run generate-translations-index && tsup",
"prepublishOnly": "bunx git-cliff && bun run build",
"generate-translations-index": "bun ./scripts/generate-translations-index.ts",
"test:junit": "bun test --reporter=junit --reporter-outfile=./test-results/junit.xml",
"test": "bun test",
"test:watch": "bun test --watch",
"test:coverage": "bun test --coverage",
"test:ci": "bun test --coverage --reporter=junit --reporter-outfile=./test-results/junit.xml",
"lint": "biome lint",
"prepare": "husky || true"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/bun": "latest",
"git-cliff": "^2.8.0",
"husky": "^9.1.7",
"tsup": "^8.4.0"
},
"peerDependencies": {
"typescript": "^5"
},
"trustedDependencies": ["@biomejs/biome", "esbuild"],
"keywords": ["appwrite", "exceptions", "translator", "i18n"],
"repository": {
"type": "git",
"url": "https://gitlab.com/itishermann/appwrite-exceptions-translator"
},
"bugs": {
"url": "https://gitlab.com/itishermann/appwrite-exceptions-translator/-/issues",
"email": "incoming+itishermann-appwrite-exceptions-translator-68278744-1shs59dgqw6bk1rdlmqkwoet5-issue@incoming.gitlab.com"
},
"homepage": "https://gitlab.com/itishermann/appwrite-exceptions-translator#readme",
"author": "Hermann Kao",
"license": "AGPL-3.0-or-later",
"files": ["dist", "LICENSE", "README.md", "CHANGELOG.md"],
"engines": {
"node": ">=14.0.0"
}
}