UNPKG

flowmolio

Version:

[![Tests](https://github.com/vladvlasov256/flowmolio/actions/workflows/test.yml/badge.svg)](https://github.com/vladvlasov256/flowmolio/actions/workflows/test.yml) [![Coverage](https://codecov.io/gh/vladvlasov256/flowmolio/branch/main/graph/badge.svg)](htt

86 lines (85 loc) 2.17 kB
{ "name": "flowmolio", "version": "0.4.3", "main": "dist/index.js", "type": "module", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write 'src/**/*.{ts,tsx,css,md}'", "format:check": "prettier --check 'src/**/*.{ts,tsx,css,md}'" }, "keywords": [ "headless-cms", "figma", "mockup", "preview", "cms", "react", "svg", "live-preview", "data-binding", "design-to-code", "figma-to-react", "content-management", "dynamic-content", "prototype" ], "author": "Your Name", "license": "MIT", "sideEffects": false, "peerDependencies": { "fabric": "^6.7.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/vladvlasov256/flowmolio.git" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@types/fabric": "^5.3.10", "@types/he": "^1.2.3", "@types/jest": "^29.5.14", "@types/react": "^18.2.0", "@typescript-eslint/eslint-plugin": "^8.31.1", "@typescript-eslint/parser": "^8.31.1", "canvas": "^3.1.0", "eslint": "^9.26.0", "eslint-config-prettier": "^10.1.2", "eslint-import-resolver-typescript": "^4.3.4", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "fabric": "^6.7.0", "jest": "^29.7.0", "jest-environment-jsdom": "^30.0.0", "prettier": "^3.5.3", "rollup": "^4.40.1", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "ts-jest": "^29.3.2", "typescript": "^5.8.3" }, "dependencies": { "he": "^1.2.0", "node-html-parser": "^7.0.1" } }