{
  "name": "ainsley",
  "version": "1.2.11",
  "description": "👨🏾‍🍳 Ainsley is to CSS what Markdown is to HTML",
  "sideEffects": false,
  "main": "dist/ainsley.js",
  "module": "dist/ainsley.esm.js",
  "jsnext:main": "dist/ainsley.esm.js",
  "browser": {
    "./dist/ainsley.js": "./dist/ainsley.js",
    "./dist/ainsley.esm.js": "./dist/ainsley.esm.js"
  },
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "run-s clean compile bundle",
    "bundle": "rollup -c && node scripts/postCompress.js",
    "check:format": "prettier --list-different \"**/*.{js,ts,tsx}\"",
    "check:types": "tsc --noEmit",
    "clean": "run-p clean:*",
    "clean:compiled": "del compiled",
    "clean:coverage": "del coverage",
    "clean:dist": "del dist",
    "compile": "tsc -p tsconfig.build.json",
    "format": "prettier --write \"*.{js,ts,tsx}\"",
    "lint": "eslint . --ext .ts,.tsx",
    "postinstall": "npx patch-package",
    "postbundle": "del compiled",
    "start": "node scripts/startTDD.js && yarn test:src --watch",
    "test": "run-s check:* lint build test:*",
    "test:cjs": "jest --config ./scripts/jest/config.cjs.js",
    "test:cjsprod": "cross-env NODE_ENV=production jest --config ./scripts/jest/config.cjs.js",
    "test:es": "jest --config ./scripts/jest/config.es.js",
    "test:src": "jest --config ./scripts/jest/config.src.js",
    "test:umd": "jest --config ./scripts/jest/config.umd.js",
    "test:umdprod": "jest --config ./scripts/jest/config.umdprod.js",
    "semantic-release": "semantic-release"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn build && git add -A",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-push": "yarn test"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tbjgolden/ainsley.git"
  },
  "keywords": [
    "typescript"
  ],
  "author": "Tom Golden <github@tbjgolden.com>",
  "license": "MIT",
  "bugs": {
    "url": "github:tbjgolden/ainsley/issues"
  },
  "homepage": "github:tbjgolden/ainsley",
  "dependencies": {
    "@babel/runtime": "^7.11.2",
    "fast-copy": "^2.1.0"
  },
  "optionalDependencies": {
    "csso": "^4.0.3"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/plugin-proposal-class-properties": "7.10.4",
    "@babel/plugin-transform-runtime": "7.11.5",
    "@babel/preset-env": "7.11.5",
    "@commitlint/cli": "^9.1.2",
    "@commitlint/config-conventional": "^9.1.2",
    "@rollup/plugin-json": "^4.1.0",
    "@testing-library/jest-dom": "^5.11.4",
    "@types/csso": "^3.5.1",
    "@types/jest": "26.0.13",
    "@types/node-fetch": "^2.5.7",
    "@typescript-eslint/eslint-plugin": "4.1.0",
    "@typescript-eslint/parser": "4.1.0",
    "ainsley-config-starter": "^1.0.1",
    "babel-core": "6.26.3",
    "babel-loader": "^8.1.0",
    "babel-plugin-minify-builtins": "^0.5.0",
    "babel-plugin-tester": "^9.2.0",
    "classnames": "^2.2.6",
    "commitizen": "^4.2.1",
    "cp-cli": "2.0.0",
    "cross-env": "7.0.2",
    "csso": "^4.0.3",
    "dedent": "^0.7.0",
    "del-cli": "3.0.1",
    "eslint": "7.8.1",
    "eslint-config-prettier": "6.11.0",
    "fast-glob": "^3.2.4",
    "fork-ts-checker-webpack-plugin": "^5.1.0",
    "fs-extra": "^9.0.1",
    "husky": "^4.3.0",
    "isomorphic-unfetch": "^3.0.0",
    "jest": "26.4.2",
    "npm-run-all": "4.1.5",
    "patch-package": "^6.2.2",
    "prettier": "2.1.1",
    "regenerator-runtime": "0.13.7",
    "rollup": "2.26.11",
    "rollup-plugin-babel": "4.4.0",
    "rollup-plugin-commonjs": "10.1.0",
    "rollup-plugin-filesize": "9.0.2",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-replace": "2.2.0",
    "rollup-plugin-size-snapshot": "0.12.0",
    "rollup-plugin-sourcemaps": "0.6.2",
    "rollup-plugin-terser": "7.0.2",
    "semantic-release": "^17.1.1",
    "source-map-explorer": "^2.5.0",
    "ts-jest": "26.3.0",
    "ts-loader": "^8.0.3",
    "typedoc": "^0.19.1",
    "typedoc-plugin-markdown": "^2.4.2",
    "typescript": "4.0.2"
  },
  "browserslist": [
    "last 3 chrome versions and last 1 year",
    "last 2 and_chr versions",
    "last 2 safari versions and last 1 year",
    "last 4 ios_saf versions and last 2 years",
    "last 3 firefox versions"
  ],
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "peerDependencies": {
    "isomorphic-unfetch": "^3.0.0"
  }
}
