UNPKG

userorbit-js

Version:

Userorbit js allows you to connect your application to Userorbit, display announcements, roadmap, collect feedback, show product tours, and more.

56 lines 1.41 kB
{ "name": "userorbit-js", "license": "MIT", "version": "0.0.4", "description": "Userorbit js allows you to connect your application to Userorbit, display announcements, roadmap, collect feedback, show product tours, and more.", "homepage": "https://userorbit.com", "repository": { "type": "git", "url": "https://github.com/middlerange/userorbit-js" }, "keywords": [ "Userorbit", "feedbacks", "changelog", "roadmap", "product tour" ], "sideEffects": false, "files": [ "dist" ], "type": "module", "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" }, "typesVersions": { "*": { "*": [ "./dist/index.d.ts" ] } }, "author": "Middlerange <support@userorbit.com>", "devDependencies": { "terser": "5.31.6", "vite": "5.4.8", "vite-plugin-dts": "3.9.1", "userorbit-js-core": "0.0.0", "@userorbit/types": "0.0.0", "@userorbit/config-typescript": "1.0.0", "@userorbit/eslint-config": "0.0.0" }, "peerDependencies": { "zod": "3.x" }, "scripts": { "dev": "vite build --watch --mode dev", "build": "tsc && vite build", "build:dev": "tsc && vite build --mode dev", "go": "vite build --watch --mode dev", "lint": "eslint . --ext .ts,.js,.tsx,.jsx", "clean": "rimraf .turbo node_modules dist coverage" } }