ts-mailcow-api
Version:
TypeScript wrapper for the mailcow API.
59 lines (58 loc) • 1.94 kB
JSON
{
"name": "ts-mailcow-api",
"version": "1.1.0",
"description": "TypeScript wrapper for the mailcow API.",
"scripts": {
"test": "mocha -r ts-node/register --extensions ts \"test/**/*.test.ts\"",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"format": "prettier --ignore-path .gitignore --check ./src/",
"format:fix": "prettier --ignore-path .gitignore --write ./src/",
"docs": "typedoc",
"build": "tsc",
"prepare": "tsc",
"prepublishOnly": "yarn install --frozen-lockfile && yarn build",
"postpublish": "git add package.json && git tag v%npm_package_version% && git commit -m \"chore: version update %npm_package_version%\" && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JustSamuel/ts-mailcow-api.git"
},
"bugs": {
"url": "https://github.com/JustSamuel/ts-mailcow-api/issues"
},
"homepage": "https://github.com/JustSamuel/ts-mailcow-api#readme",
"author": "Samuel",
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"mailcow",
"typescript",
"API"
],
"license": "ISC",
"devDependencies": {
"@gewis/eslint-config-typescript": "^2.4.0",
"@gewis/prettier-config": "^2.2.2",
"@types/chai": "^4.2.18",
"@types/mocha": "^8.2.2",
"@types/node": "^24.0.0",
"chai": "^4.3.4",
"eslint": "^9.24.0",
"mocha": "^10.1.0",
"prettier": "^3.5.3",
"ts-mocha": "^11.1.0",
"ts-node": "^10.9.2",
"typedoc": "^0.28.5",
"typedoc-plugin-merge-modules": "^7.0.0",
"typedoc-plugin-missing-exports": "^4.0.0",
"typescript": "^5.8.3"
},
"dependencies": {
"axios": "^1.9.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}