@flows/js
Version:
Flows JS SDK - Build native product growth experiences, your way
66 lines • 1.51 kB
JSON
{
"name": "@flows/js",
"description": "Flows JS SDK - Build native product growth experiences, your way",
"keywords": [
"react",
"javascript",
"html",
"ux",
"guide",
"spotlight",
"popover",
"overlay",
"users",
"saas",
"onboarding",
"tour",
"walkthrough",
"user-onboarding",
"feature-introductions",
"onboarding-tool",
"product-adoption",
"product-tours"
],
"version": "1.19.4",
"repository": {
"type": "git",
"url": "git+https://github.com/RBND-studio/flows-sdk.git"
},
"license": "MIT",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"sideEffects": false,
"devDependencies": {
"@swc/core": "^1.15.8",
"@types/jest": "^30.0.0",
"@types/node": "^24",
"jest": "^30.2.0",
"ts-jest": "^29.4.6",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"@flows/shared": "1.0.0",
"@flows/styles": "1.0.0"
},
"dependencies": {
"@lit-labs/preact-signals": "^1.0.3",
"@preact/signals-core": "^1.13.0",
"clsx": "^2.1.1",
"es-toolkit": "^1.43.0",
"lit": "^3.3.2"
},
"scripts": {
"dev": "tsup --env.NODE_ENV development",
"build": "tsup --env.NODE_ENV production",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch",
"tsc": "tsc -p tsconfig.json",
"version": "pnpm version"
}
}