{
  "name": "@yandex/themekit",
  "version": "2.0.0-alpha.1",
  "author": "Eugene Tropin <yarastqt@gmail.com>",
  "description": "Build system of design-tokens for any platforms",
  "keywords": ["themekit", "design", "css", "tokens", "style"],
  "license": "MPL-2.0",
  "repository": "https://github.com/bem/themekit",
  "homepage": "https://github.com/bem/themekit",
  "bugs": {
    "url": "https://github.com/bem/themekit/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "bin": {
    "themekit": "bin/themekit"
  },
  "scripts": {
    "build:manifest": "oclif-dev manifest",
    "build": "../../node_modules/.bin/tsc --build tsconfig.prod.json",
    "cleanup": "rm -rf lib",
    "dev": "../../node_modules/.bin/tsc --watch",
    "prepare": "npm run build:manifest",
    "prepublishOnly": "npm run cleanup && npm run build",
    "unit": "../../node_modules/.bin/jest"
  },
  "dependencies": {
    "@oclif/command": "1.8.0",
    "@yandex/themekit-core": "0.0.1-alpha.0",
    "chalk": "4.1.2",
    "chokidar": "3.5.2",
    "fast-glob": "3.2.7",
    "fs-extra": "10.0.0",
    "normalize-path": "3.0.0",
    "read-pkg-up": "7.0.1"
  },
  "devDependencies": {
    "@oclif/dev-cli": "1.26.0",
    "@types/fs-extra": "9.0.12",
    "@types/normalize-path": "3.0.0"
  },
  "oclif": {
    "commands": "src/commands",
    "bin": "themekit"
  },
  "files": ["bin", "lib", "oclif.manifest.json"]
}
