{
  "name": "zeplin-extension-style-kit",
  "version": "3.1.0",
  "description": "Models and utilities to generate CSS-like style code in Zeplin extensions.",
  "main": "index.js",
  "scripts": {
    "publish-pkg": "./scripts/publish.sh",
    "prebuild": "npm run clean",
    "build": "babel ./ -d ./lib --ignore lib,tests,scripts,node_modules --copy-files",
    "postbuild": "rm -rf ./lib/scripts ./lib/tests ./lib/node_modules",
    "test": "BABEL_ENV=test jest -c ./tests/jest.config.js",
    "clean": "rm -rf ./lib",
    "lint": "eslint ."
  },
  "keywords": [
    "zeplin",
    "zeplin-extension",
    "extension"
  ],
  "author": {
    "name": "Zeplin",
    "email": "support@zeplin.io",
    "url": "http://zeplin.io"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zeplin/stylesheet-extensions.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.11.6",
    "@babel/plugin-transform-modules-commonjs": "^7.10.4",
    "@babel/preset-env": "^7.11.5",
    "@zeplin/eslint-config": "^1.3.2",
    "babel-jest": "^26.3.0",
    "babel-plugin-module-resolver": "^3.1.1",
    "eslint": "^5.3.0",
    "jest": "^26.4.2"
  },
  "dependencies": {
    "@zeplin/extension-model": "^2.10.1",
    "css.escape": "^1.5.1"
  }
}
