{
  "name": "@shuyun-ep-team/d2c",
  "version": "1.2.1",
  "description": "UI sketch 设计稿再到前端主题配置, 即 Design2Code (简称 D2C)",
  "main": "index.js",
  "bin": {
    "shuyun-d2c": "./bin/d2c.js"
  },
  "scripts": {
    "prestart": "npm run clear && rimraf ./theme",
    "start": "npx tsc && node dist/bin/d2c -o theme -t less,json",
    "prebuild": "npm run clear",
    "build": "npx tsc",
    "clear": "rimraf ./dist",
    "version": "npx tsc && node dist/bin/d2c -V",
    "help": "npx tsc && node dist/bin/d2c --help",
    "codecheck": "eslint -c .eslintrc.json \"src/**/*.{js,ts}\""
  },
  "keywords": [
    "d2c",
    "shuyun",
    "shuyun-ep-team",
    "design"
  ],
  "engines": {
    "node": ">=9"
  },
  "author": "shuyun-ep-team",
  "license": "ISC",
  "dependencies": {
    "camelcase": "^5.3.1",
    "chalk": "^3.0.0",
    "commander": "^4.1.1",
    "cross-env": "^7.0.0",
    "csstype": "^2.6.9",
    "decamelize": "^4.0.0",
    "eslint": "^6.8.0",
    "fs-extra": "^8.1.0",
    "require-directory": "^2.1.1",
    "rimraf": "^3.0.2",
    "sketch-constructor": "^1.20.0",
    "tinycolor2": "^1.4.1",
    "typescript": "^3.7.5"
  }
}
