UNPKG

css2tailwind

Version:

<p align="center"> <a href="https://www.npmjs.com/package/css2tailwind" target="_blank" rel="noopener noreferrer"> <img src="https://api.iconify.design/bx:bxl-tailwind-css.svg?color=%23fdb4e2" alt="logo" width='100'/></a> </p>

47 lines (46 loc) 1.05 kB
{ "name": "css2tailwind", "packageManager": "pnpm@9.5.0", "version": "1.1.2", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup --dts", "test-cli": "node ./test-cli/test.mjs", "test": "vitest --watch", "release": "bumpp -r", "prepublishOnly": "npm run build" }, "author": "hunghg255", "devDependencies": { "@types/node": "^18.15.13", "bumpp": "^9.2.0", "husky": "^8.0.3", "terser": "^5.17.1", "ts-node": "^10.9.1", "tslib": "^2.5.0", "tsup": "^6.7.0", "typescript": "^5.0.4", "unbuild": "^1.2.1", "vite": "^4.3.8", "vitest": "^0.31.1" }, "keywords": [ "CSS", "Tailwindcss", "CSS to Tailwindcss" ], "homepage": "https://github.com/hunghg255/css2tailwind", "repository": { "type": "git", "url": "https://github.com/hunghg255/css2tailwind" }, "bugs": { "url": "https://github.com/hunghg255/css2tailwind/issues" } }