UNPKG

1.89 kBJSONView Raw
1{
2 "name": "astroturf",
3 "version": "0.9.19",
4 "description": "Extract and process inline CSS literals in JavaScript files",
5 "main": "index.js",
6 "types": "index.d.ts",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/4Catalyzer/astroturf.git"
10 },
11 "husky": {
12 "hooks": {
13 "pre-commit": "lint-staged"
14 }
15 },
16 "lint-staged": {
17 "!(__file_snapshots__/)*.js": [
18 "eslint --fix",
19 "yarn 4c format",
20 "git add"
21 ],
22 "README.md": [
23 "doctoc",
24 "git add"
25 ]
26 },
27 "importSort": {
28 ".js, .ts, .tsx": {
29 "style": "@4c/import-sort"
30 }
31 },
32 "prettier": {
33 "printWidth": 79,
34 "singleQuote": true,
35 "trailingComma": "all"
36 },
37 "jest": {
38 "roots": [
39 "<rootDir>/test"
40 ],
41 "setupFilesAfterEnv": [
42 "./test/setup.js"
43 ],
44 "watchPathIgnorePatterns": [
45 "build",
46 "__file_snapshots__"
47 ]
48 },
49 "release": {
50 "publishDir": "lib"
51 },
52 "author": {
53 "name": "4Catalyzer"
54 },
55 "license": "MIT",
56 "bugs": {
57 "url": "https://github.com/4Catalyzer/astroturf/issues"
58 },
59 "homepage": "https://github.com/4Catalyzer/astroturf#readme",
60 "dependencies": {
61 "@babel/code-frame": "^7.5.5",
62 "@babel/core": "^7.5.5",
63 "@babel/generator": "^7.3.4",
64 "@babel/helper-module-imports": "^7.0.0",
65 "@babel/template": "^7.2.2",
66 "@babel/traverse": "^7.6.2",
67 "@babel/types": "^7.3.4",
68 "chalk": "^2.4.2",
69 "common-tags": "^1.8.0",
70 "css-loader": "^3.0.0",
71 "errno": "^0.1.7",
72 "fast-levenshtein": "^2.0.6",
73 "fs-extra": "^8.0.0",
74 "loader-utils": "^1.2.3",
75 "lodash": "^4.17.15",
76 "memory-fs": "^0.4.1",
77 "postcss-loader": "^3.0.0",
78 "postcss-nested": "^4.1.1",
79 "resolve": "^1.11.1"
80 },
81 "peerDependencies": {
82 "webpack": ">=2"
83 },
84 "readme": "ERROR: No README data found!",
85 "_id": "astroturf@0.9.18"
86}