UNPKG

1.33 kBJSONView Raw
1{
2 "name": "stylis-plugin-rtl",
3 "version": "2.1.1",
4 "description": "Fork of stylis-rtl, uses cssjanus under the hood to flip style orientations for RTL",
5 "module": "dist/stylis-rtl.js",
6 "main": "dist/cjs/stylis-rtl.js",
7 "types": "dist/stylis-rtl.d.ts",
8 "scripts": {
9 "build": "tsc && tsc --module commonjs --outDir dist/cjs",
10 "prepublishOnly": "yarn build",
11 "test": "jest"
12 },
13 "files": [
14 "dist",
15 "types"
16 ],
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/styled-components/stylis-plugin-rtl.git"
20 },
21 "keywords": [
22 "rtl",
23 "bidi",
24 "stylis",
25 "emotion",
26 "emotion-js",
27 "css",
28 "preprocessor",
29 "styled-components"
30 ],
31 "author": "Jop de Klein",
32 "contributors": [
33 "Evan Jacobs <probablyup@gmail.com> (https://probablyup.com)"
34 ],
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/styled-components/stylis-plugin-rtl/issues"
38 },
39 "homepage": "https://github.com/styled-components/stylis-plugin-rtl#readme",
40 "peerDependencies": {
41 "stylis": "4.x"
42 },
43 "devDependencies": {
44 "@types/jest": "^27.0.2",
45 "@types/stylis": "^4.0.2",
46 "jest": "^27.3.1",
47 "prettier": "^2.4.1",
48 "stylis": "^4.0.2",
49 "ts-jest": "^27.0.7",
50 "typescript": "^4.4.4"
51 },
52 "dependencies": {
53 "cssjanus": "^2.0.1"
54 }
55}