{ "name": "@remark42/api", "version": "0.6.0-alpha.11", "description": "Implementation of API methods for Remark42", "repository": { "type": "git", "url": "git+https://github.com/umputun/remark42.git#master" }, "bugs": { "url": "https://github.com/umputun/remark42/issues" }, "homepage": "https://github.com/umputun/remark42/tree/master/frontend/packages/api#readme", "keywords": [ "remark42", "comments" ], "author": "Paul Mineev", "license": "MIT", "scripts": { "dev": "tsc -w --incremental", "build:cjs": "tsc --module CommonJS", "build:esm": "tsc --module ESNext", "build": "npm-run-all cleanup --parallel build:*", "postpublish": "pnpm run cleanup", "cleanup": "rm -rf *.js *.d.ts **/*.js **/*.d.ts *.tsbuildinfo", "test": "vitest", "coverage": "vitest run --coverage", "lint": "eslint --ext .cjs,.mjs,.ts --max-warnings=0", "type-check": "tsc --noEmit", "lint-staged:lint": "eslint --fix --ext .cjs,.mjs,.ts" }, "packageManager": "pnpm@10.10.0", "devDependencies": { "@types/node": "^26.0.1", "@typescript-eslint/eslint-plugin": "^8.62.1", "@typescript-eslint/parser": "^8.62.1", "@vitest/coverage-v8": "^4.1.9", "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.6", "jsdom": "^29.1.1", "msw": "^2.14.6", "npm-run-all": "^4.1.5", "prettier": "^3.9.4", "ts-node": "^10.9.2", "tslib": "^2.8.1", "typescript": "^5.9.3", "vitest": "^4.1.9" }, "type": "module", "files": [ "./*.js", "./*.d.ts", "./clients/*.d.ts", "./lib/*.d.ts" ] }