1 | {
|
2 | "name": "babel-plugin-emotion",
|
3 | "version": "11.0.0",
|
4 | "description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
|
5 | "main": "dist/babel-plugin-emotion.cjs.js",
|
6 | "files": [
|
7 | "src",
|
8 | "lib",
|
9 | "dist"
|
10 | ],
|
11 | "scripts": {
|
12 | "test:typescript": "exit 0"
|
13 | },
|
14 | "author": "Kye Hohenberger",
|
15 | "homepage": "https://emotion.sh",
|
16 | "license": "MIT",
|
17 | "repository": "https://github.com/emotion-js/emotion/tree/master/packages/babel-plugin-emotion",
|
18 | "keywords": [
|
19 | "styles",
|
20 | "emotion",
|
21 | "react",
|
22 | "css",
|
23 | "css-in-js"
|
24 | ],
|
25 | "bugs": {
|
26 | "url": "https://github.com/emotion-js/emotion/issues"
|
27 | }
|
28 | }
|