UNPKG

@triagly/sdk

Version:

JavaScript SDK for Triagly - Turn user feedback into GitHub issues instantly

73 lines (72 loc) 2.22 kB
{ "name": "@triagly/sdk", "version": "0.1.1-beta.1", "description": "JavaScript SDK for Triagly - Turn user feedback into GitHub issues instantly", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "browser": "dist/index.min.js", "files": [ "dist", "themes", "README.md" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "echo \"Error: no test specified\" && exit 1", "prepare": "husky", "release": "standard-version", "release:minor": "standard-version --release-as minor", "release:major": "standard-version --release-as major", "release:patch": "standard-version --release-as patch", "release:first": "standard-version --first-release", "release:beta": "standard-version --prerelease beta", "release:alpha": "standard-version --prerelease alpha", "publish:latest": "npm publish --access public", "publish:beta": "npm publish --access public --tag beta", "publish:alpha": "npm publish --access public --tag alpha", "ship": "pnpm release && git push --follow-tags origin main && pnpm publish:latest", "ship:beta": "pnpm release:beta && git push --follow-tags origin main && pnpm publish:beta", "prepublishOnly": "pnpm build" }, "keywords": [ "feedback", "github", "issues", "bug-tracking", "user-feedback", "widget", "triagly", "feedback-widget", "screenshot", "bug-report" ], "author": "Joshua Colvin", "license": "MIT", "homepage": "https://triagly.com", "bugs": { "url": "https://github.com/joshuacolvin/triagly/issues" }, "repository": { "type": "git", "url": "https://github.com/joshuacolvin/triagly.git", "directory": "sdk/js" }, "devDependencies": { "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-typescript": "^12.1.4", "@types/node": "^24.8.1", "husky": "^9.1.7", "rollup": "^4.52.5", "rollup-plugin-terser": "^7.0.2", "standard-version": "^9.5.0", "tslib": "^2.6.2", "typescript": "^5.3.3" }, "publishConfig": { "access": "public" } }