|
| 1 | +{ |
| 2 | + "name": "unocss-transformer-starter", |
| 3 | + "type": "module", |
| 4 | + "version": "0.0.0", |
| 5 | + "packageManager": "[email protected]", |
| 6 | + "description": "A Unocss transformer starter template.", |
| 7 | + "license": "MIT", |
| 8 | + "homepage": "https://github.com/unpreset/unocss-transformer-starter#readme", |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "git+https://github.com/unpreset/unocss-transformer-starter.git" |
| 12 | + }, |
| 13 | + "bugs": { |
| 14 | + "url": "https://github.com/unpreset/unocss-transformer-starter/issues" |
| 15 | + }, |
| 16 | + "keywords": [ |
| 17 | + "unpreset", |
| 18 | + "unocss", |
| 19 | + "unocss transformer" |
| 20 | + ], |
| 21 | + "sideEffects": false, |
| 22 | + "exports": { |
| 23 | + ".": { |
| 24 | + "types": "./dist/index.d.ts", |
| 25 | + "import": "./dist/index.mjs", |
| 26 | + "require": "./dist/index.cjs" |
| 27 | + } |
| 28 | + }, |
| 29 | + "main": "./dist/index.cjs", |
| 30 | + "module": "./dist/index.mjs", |
| 31 | + "types": "./dist/index.d.ts", |
| 32 | + "typesVersions": { |
| 33 | + "*": { |
| 34 | + "*": [ |
| 35 | + "./dist/*", |
| 36 | + "./dist/index.d.ts" |
| 37 | + ] |
| 38 | + } |
| 39 | + }, |
| 40 | + "files": [ |
| 41 | + "dist" |
| 42 | + ], |
| 43 | + "scripts": { |
| 44 | + "build": "unbuild", |
| 45 | + "dev": "unbuild --stub", |
| 46 | + "prepublishOnly": "pnpm run build", |
| 47 | + "release": "bumpp --commit --push --tag && pnpm publish", |
| 48 | + "lint": "eslint .", |
| 49 | + "lint:fix": "eslint . --fix", |
| 50 | + "test": "vitest", |
| 51 | + "test:update": "vitest -u", |
| 52 | + "typecheck": "tsc --noEmit", |
| 53 | + "play": "npm -C playground run dev" |
| 54 | + }, |
| 55 | + "devDependencies": { |
| 56 | + "@antfu/eslint-config": "^4.8.1", |
| 57 | + "@babel/types": "^7.26.10", |
| 58 | + "@types/node": "^22.13.10", |
| 59 | + "bumpp": "^10.0.3", |
| 60 | + "eslint": "^9.22.0", |
| 61 | + "esno": "^4.8.0", |
| 62 | + "magic-string": "^0.30.17", |
| 63 | + "typescript": "^5.8.2", |
| 64 | + "unbuild": "^3.5.0", |
| 65 | + "unocss": "^66.0.0", |
| 66 | + "vite": "^6.2.1", |
| 67 | + "vitest": "^3.0.8" |
| 68 | + } |
| 69 | +} |
0 commit comments