userorbit-js
Version:
Userorbit js allows you to connect your application to Userorbit, display announcements, roadmap, collect feedback, show product tours, and more.
61 lines (60 loc) • 1.48 kB
JSON
{
"name": "userorbit-js",
"license": "MIT",
"version": "0.0.8",
"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",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"typesVersions": {
"*": {
"*": [
"./dist/index.d.ts"
]
}
},
"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 --fix",
"clean": "rimraf .turbo node_modules dist coverage"
},
"author": "Middlerange <support@userorbit.com>",
"devDependencies": {
"@types/minimatch": "6.0.0",
"@userorbit/config-typescript": "workspace:*",
"@userorbit/eslint-config": "workspace:*",
"@userorbit/types": "workspace:*",
"terser": "5.31.6",
"userorbit-js-core": "workspace:*",
"vite": "5.4.8",
"vite-plugin-dts": "3.9.1"
},
"peerDependencies": {
"zod": "3.x"
}
}