UNPKG

blyen-elements

Version:

Unlock the Power of Data with Blyen! Elevate your customer relationships and satisfaction, all in one place.

40 lines (39 loc) 1.09 kB
{ "name": "blyen-elements", "version": "0.0.1", "private": false, "description": "Unlock the Power of Data with Blyen! Elevate your customer relationships and satisfaction, all in one place.", "scripts": { "lint": "eslint 'src/**/*.ts?(x)'", "build": "npx tsc; rm -rf dist/*; webpack --mode production --output-filename elements.js" }, "keywords": [ "Customer engagement", "Customer identity", "Personalized engagement", "Relationship building", "Delightful experiences", "Revolutionize engagement", "Data magic", "Data-driven", "Blyen" ], "homepage": "https://blyen.com", "author": "blyen", "license": "MIT", "dependencies": { "@types/react": "^18.2.20", "@types/react-dom": "^18.2.7" }, "devDependencies": { "@types/node": "^20.5.2", "@typescript-eslint/eslint-plugin": "^6.4.1", "@typescript-eslint/parser": "^6.4.1", "eslint": "^8.42.0", "eslint-plugin-react": "^7.33.2", "pretty-quick": "^3.1.3", "typescript": "^5.1.6", "webpack": "^5.81.0", "webpack-cli": "^5.1.4" } }