|
1 | 1 | {
|
2 |
| - "name": "@swc/plugin-emotion", |
3 |
| - "version": "9.0.0", |
4 |
| - "description": "SWC plugin for emotion css-in-js library", |
5 |
| - "main": "swc_plugin_emotion.wasm", |
6 |
| - "scripts": { |
7 |
| - "prepack": "npm run build && vitest run", |
8 |
| - "build": "cargo build --release -p swc_plugin_emotion --target wasm32-wasi && cp ../../target/wasm32-wasi/release/swc_plugin_emotion.wasm .", |
9 |
| - "build:debug": "cargo build -p swc_plugin_emotion --target wasm32-wasi && cp ../../target/wasm32-wasi/debug/swc_plugin_emotion.wasm .", |
10 |
| - "test": "npm run build:debug && vitest run" |
11 |
| - }, |
12 |
| - "homepage": "https://swc.rs", |
13 |
| - "repository": { |
14 |
| - "type": "git", |
15 |
| - "url": "git+https://github.com/swc-project/plugins.git", |
16 |
| - "directory": "packages/emotion" |
17 |
| - }, |
18 |
| - "bugs": { |
19 |
| - "url": "https://github.com/swc-project/plugins/issues" |
20 |
| - }, |
21 |
| - "author": "강동윤 <[email protected]>", |
22 |
| - "keywords": [], |
23 |
| - "license": "Apache-2.0", |
24 |
| - "preferUnplugged": true, |
25 |
| - "dependencies": { |
26 |
| - "@swc/counter": "^0.1.3" |
27 |
| - } |
| 2 | + "name": "@swc/plugin-emotion", |
| 3 | + "version": "9.0.0", |
| 4 | + "description": "SWC plugin for emotion css-in-js library", |
| 5 | + "main": "swc_plugin_emotion.wasm", |
| 6 | + "scripts": { |
| 7 | + "prepack": "cargo build --release -p swc_plugin_emotion --target wasm32-wasi && cp ../../target/wasm32-wasi/release/swc_plugin_emotion.wasm ." |
| 8 | + }, |
| 9 | + "homepage": "https://swc.rs", |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git+https://github.com/swc-project/plugins.git", |
| 13 | + "directory": "packages/emotion" |
| 14 | + }, |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/swc-project/plugins/issues" |
| 17 | + }, |
| 18 | + "author": "강동윤 <[email protected]>", |
| 19 | + "keywords": [], |
| 20 | + "license": "Apache-2.0", |
| 21 | + "preferUnplugged": true, |
| 22 | + "dependencies": { |
| 23 | + "@swc/counter": "^0.1.3" |
| 24 | + } |
28 | 25 | }
|
0 commit comments