{
  "name": "color-utils-ts",
  "version": "1.0.0",
  "description": "color-utils",
  "main": "lib/index.js",
  "scripts": {
    "tslint": "tslint './src/**/*.?(ts|tsx)'",
    "test": "mocha --compilers ts:ts-node/register test/index.ts",
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/huxiaoyun/color.git"
  },
  "author": "huxiaoyunhust@163.com",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.3.1",
    "@types/chai": "^4.1.4",
    "@types/mocha": "^5.2.5",
    "@types/webpack": "^4.4.24",
    "babel-loader": "^8.0.5",
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "pre-commit": "^1.2.2",
    "ts-loader": "^5.3.3",
    "tslint": "^5.12.1",
    "typescript": "^3.2.4",
    "webpack": "^4.29.0",
    "webpack-cli": "^3.2.1"
  },
  "dependencies": {
    "@types/d3-color": "^1.2.1",
    "d3-color": "^1.2.0"
  },
  "pre-commit": [
    "tslint"
  ],
  "tnpm": {
    "mode": "npm"
  }
}
