{
  "name": "parc",
  "version": "0.2.3",
  "description": "Parc Utility functions set.",
  "main": "lib/index.js",
  "scripts": {
    "build": "rm -rf ./lib && tsc",
    "pub": "yarn build && npm publish",
    "watch": "yarn test --watch",
    "setup": "yarn install",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pantao/parc-typescript.git"
  },
  "keywords": [
    "Utils",
    "Utilities",
    "Helpers"
  ],
  "author": {
    "name": "pantao",
    "email": "ofcrab@gmail.com",
    "url": "https://pantao.parcmg.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pantao/parc-typescript/issues"
  },
  "homepage": "https://github.com/pantao/parc-typescript#readme",
  "devDependencies": {
    "@types/jest": "^24.0.13",
    "@types/node": "^12.0.10",
    "jest": "^24.8.0",
    "ts-jest": "^24.0.2",
    "typescript": "^3.5.1"
  }
}
