{
  "name": "@stylable/core",
  "version": "3.5.2",
  "description": "CSS for Components",
  "main": "./cjs/index.js",
  "types": "./cjs/index.d.ts",
  "scripts": {
    "clean": "rimraf ./cjs",
    "build": "ts-build ./src --cjs",
    "test": "mocha \"./test/**/*.spec.ts\"",
    "start": "webpack-dev-server --hot --inline",
    "prepack": "yarn build"
  },
  "dependencies": {
    "css-selector-tokenizer": "^0.7.2",
    "deindent": "^0.1.0",
    "enhanced-resolve": "^4.1.1",
    "is-vendor-prefixed": "^3.3.1",
    "jest-docblock": "^26.0.0",
    "lodash.clonedeep": "^4.5.0",
    "lodash.clonedeepwith": "^4.5.0",
    "murmurhash": "^1.0.0",
    "postcss": "^7.0.30",
    "postcss-js": "^2.0.3",
    "postcss-nested": "^4.2.1",
    "postcss-safe-parser": "^4.0.2",
    "postcss-selector-matches": "^4.0.0",
    "postcss-value-parser": "^4.1.0",
    "url-regex": "^5.0.0"
  },
  "files": [
    "cjs",
    "src",
    "test-utils.js",
    "test-utils.d.ts"
  ],
  "engines": {
    "node": ">=10"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/wix/stylable/tree/master/packages/core",
  "homepage": "https://stylable.io",
  "author": "Wix.com",
  "license": "BSD-3-Clause"
}
