UNPKG

@weapp-tailwindcss/init

Version:
49 lines 1.19 kB
{ "name": "@weapp-tailwindcss/init", "version": "1.0.12", "description": "@weapp-tailwindcss/init", "author": "ice breaker <1324318532@qq.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/sonofmagic/weapp-tailwindcss.git", "directory": "packages/init" }, "bugs": { "url": "https://github.com/sonofmagic/weapp-tailwindcss/issues" }, "keywords": [], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "engines": { "node": "^20.19.0 || >=22.12.0" }, "dependencies": { "fs-extra": "^11.3.5", "npm-registry-fetch": "^20.0.1", "pathe": "^2.0.3", "@weapp-tailwindcss/logger": "2.0.0", "@weapp-tailwindcss/shared": "2.0.0" }, "scripts": { "dev": "tsdown --watch --sourcemap", "build": "tsdown", "test": "vitest run", "test:dev": "vitest", "release": "pnpm publish", "lint": "eslint .", "lint:fix": "eslint . --fix" } }