1 | {
|
2 | "name": "emotion",
|
3 | "version": "11.0.0",
|
4 | "description": "The Next Generation of CSS-in-JS.",
|
5 | "main": "dist/emotion.cjs.js",
|
6 | "module": "dist/emotion.esm.js",
|
7 | "types": "types/index.d.ts",
|
8 | "files": [
|
9 | "src",
|
10 | "dist",
|
11 | "types/*.d.ts",
|
12 | "macro.js",
|
13 | "macro.d.ts",
|
14 | "macro.js.flow"
|
15 | ],
|
16 | "scripts": {
|
17 | "test:typescript": "exit 0"
|
18 | },
|
19 | "author": "Kye Hohenberger",
|
20 | "homepage": "https://emotion.sh",
|
21 | "license": "MIT",
|
22 | "repository": "https://github.com/emotion-js/emotion/tree/master/packages/emotion",
|
23 | "keywords": [
|
24 | "styles",
|
25 | "emotion",
|
26 | "react",
|
27 | "css",
|
28 | "css-in-js"
|
29 | ],
|
30 | "bugs": {
|
31 | "url": "https://github.com/emotion-js/emotion/issues"
|
32 | },
|
33 | "umd:main": "dist/emotion.umd.min.js",
|
34 | "preconstruct": {
|
35 | "umdName": "emotion"
|
36 | }
|
37 | }
|