UNPKG

505 BJSONView Raw
1{
2 "name": "@emotion/core",
3 "version": "11.0.0",
4 "main": "dist/emotion-core.cjs.js",
5 "types": "types/index.d.ts",
6 "files": [
7 "src",
8 "dist",
9 "types",
10 "macro.js",
11 "macro.d.ts",
12 "macro.js.flow"
13 ],
14 "author": "mitchellhamilton <mitchell@mitchellhamilton.me>",
15 "license": "MIT",
16 "scripts": {
17 "test:typescript": "exit 0"
18 },
19 "repository": "https://github.com/emotion-js/emotion/tree/master/removed-packages/core",
20 "publishConfig": {
21 "access": "public"
22 }
23}