UNPKG

xobuilder-extractor

Version:

> **A sophisticated web application that converts HTML and CSS to JSON layout through an intelligent multi-step flow process with AI validation.**

38 lines (37 loc) 894 B
{ "name": "xobuilder-extractor", "author": "dev-hai", "version": "3.1.8", "description": "", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "start": "node dist/index.js", "dev": "ts-node src/index.ts", "build": "vite build" }, "dependencies": { "@rollup/plugin-typescript": "^12.1.2", "css": "^3.0.0", "csso": "^5.0.5", "image-size": "^2.0.2", "jsdom": "^26.0.0", "lodash": "^4.17.21", "parse5": "^7.3.0", "tslib": "^2.8.1" }, "devDependencies": { "@types/css": "^0.0.38", "@types/csso": "^5.0.4", "@types/jsdom": "^21.1.7", "@types/lodash": "^4.17.16", "@types/node": "^22.14.1", "@vitejs/plugin-react": "^4.3.4", "globals": "^16.0.0", "ts-node": "^10.9.2", "typescript": "~5.7.3", "vite": "^6.3.1", "vite-plugin-dts": "^4.5.4" } }