{ "name": "postcss-windicss", "version": "1.0.0", "description": "PostCSS plugin for Windi CSS", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "keywords": [ "postcss", "postcss-plugin", "windicss" ], "files": [ "dist" ], "scripts": { "prepublishOnly": "npm run build", "dev": "npm run build -- --watch", "build": "tsup src/index.ts --format cjs --dts", "release": "bumpp --commit --push --tag", "lint": "eslint \"{src,test}/**/*.ts\"", "lint:fix": "npm run lint -- --fix", "test": "jest" }, "dependencies": { "@windicss/plugin-utils": "^0.16.0", "chokidar": "^3.5.1", "debug": "^4.3.2", "exit-hook": "^2.2.1", "windicss": "^3.0.12" }, "peerDependencies": { "postcss": "^7.0.0" }, "devDependencies": { "@antfu/eslint-config": "^0.6.5", "@antfu/ni": "^0.7.0", "@types/debug": "^4.1.5", "@types/jest": "^26.0.23", "@types/node": "^15.6.1", "bumpp": "^6.0.6", "eslint": "^7.27.0", "eslint-plugin-jest": "^24.3.6", "esno": "^0.5.0", "git-ensure": "^0.1.0", "jest": "^27.0.1", "postcss": "^7.0.39", "ts-jest": "^27.0.1", "tsup": "^4.11.1", "typescript": "^4.3.2" } }