|
1 | 1 | { |
2 | | - "name": "@amandaguthrie/panda-plugin-add-export", |
3 | | - "version": "0.1.1", |
4 | | - "description": "A Panda CSS Plugin that allows you to add exports to generated files", |
5 | | - "author": { |
6 | | - "name": "Amanda Guthrie", |
7 | | - "url": "https://github.com/amandaguthrie" |
8 | | - }, |
9 | | - "repository": { |
10 | | - "type": "git", |
11 | | - "url": "https://github.com/amandaguthrie/panda-css-presets.git", |
12 | | - "directory": "packages/panda-plugin-add-export" |
13 | | - }, |
14 | | - "license": "MIT", |
15 | | - "main": "dist/index.js", |
16 | | - "module": "dist/index.mjs", |
17 | | - "svelte": "dist/index.js", |
18 | | - "types": "dist/index.d.ts", |
19 | | - "exports": { |
20 | | - ".": { |
21 | | - "require": "./dist/index.js", |
22 | | - "source": "./src/index.ts", |
23 | | - "svelte": "./dist/index.js", |
24 | | - "types": "./dist/index.d.ts", |
25 | | - "import": { |
26 | | - "types": "./dist/index.d.mts", |
27 | | - "default": "./dist/index.mjs" |
28 | | - } |
29 | | - }, |
30 | | - "./package.json": "./package.json" |
31 | | - }, |
32 | | - "files": [ |
33 | | - "dist" |
34 | | - ], |
35 | | - "side-effects": false, |
36 | | - "scripts": { |
37 | | - "build": "tsup --entry src/index.ts --entry src/index.ts --format=esm,cjs --dts", |
38 | | - "build-fast": "tsup --entry src/index.ts --entry src/index.ts --format=esm,cjs --no-dts", |
39 | | - "dev": "pnpm build-fast --watch" |
40 | | - }, |
41 | | - "devDependencies": { |
42 | | - "@amandaguthrie/panda-preset-dev-utils": "workspace:*", |
43 | | - "@amandaguthrie/panda-preset-shared-utils": "workspace:*", |
44 | | - "@pandacss/dev": "<1.0.0", |
45 | | - "@pandacss/types": "<1.0.0" |
46 | | - }, |
47 | | - "peerDependencies": { |
48 | | - "@pandacss/dev": ">=0.32.0" |
49 | | - }, |
50 | | - "publishConfig": { |
51 | | - "access": "public" |
52 | | - } |
| 2 | + "name": "@amandaguthrie/panda-plugin-add-export", |
| 3 | + "version": "0.1.1", |
| 4 | + "description": "A Panda CSS Plugin that allows you to add exports to generated files", |
| 5 | + "author": { |
| 6 | + "name": "Amanda Guthrie", |
| 7 | + "url": "https://github.com/amandaguthrie" |
| 8 | + }, |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "https://github.com/amandaguthrie/panda-css-presets.git", |
| 12 | + "directory": "packages/panda-plugin-add-export" |
| 13 | + }, |
| 14 | + "license": "MIT", |
| 15 | + "main": "dist/index.js", |
| 16 | + "module": "dist/index.mjs", |
| 17 | + "svelte": "dist/index.js", |
| 18 | + "types": "dist/index.d.ts", |
| 19 | + "exports": { |
| 20 | + ".": { |
| 21 | + "require": "./dist/index.js", |
| 22 | + "source": "./src/index.ts", |
| 23 | + "svelte": "./dist/index.js", |
| 24 | + "types": "./dist/index.d.ts", |
| 25 | + "import": { |
| 26 | + "types": "./dist/index.d.mts", |
| 27 | + "default": "./dist/index.mjs" |
| 28 | + } |
| 29 | + }, |
| 30 | + "./package.json": "./package.json" |
| 31 | + }, |
| 32 | + "files": ["dist"], |
| 33 | + "side-effects": false, |
| 34 | + "scripts": { |
| 35 | + "build": "tsup --entry src/index.ts --entry src/index.ts --format=esm,cjs --dts", |
| 36 | + "build-fast": "tsup --entry src/index.ts --entry src/index.ts --format=esm,cjs --no-dts", |
| 37 | + "dev": "pnpm build-fast --watch" |
| 38 | + }, |
| 39 | + "devDependencies": { |
| 40 | + "@amandaguthrie/panda-preset-dev-utils": "workspace:*", |
| 41 | + "@amandaguthrie/panda-preset-shared-utils": "workspace:*", |
| 42 | + "@pandacss/dev": "<1.0.0", |
| 43 | + "@pandacss/types": "<1.0.0" |
| 44 | + }, |
| 45 | + "peerDependencies": { |
| 46 | + "@pandacss/dev": ">=0.32.0" |
| 47 | + }, |
| 48 | + "publishConfig": { |
| 49 | + "access": "public" |
| 50 | + } |
53 | 51 | } |
0 commit comments