{
  "name": "@coandco/fractal",
  "version": "0.1.4",
  "description": "",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/beaucollins/fractal.git"
  },
  "scripts": {
    "test": "jest",
    "clean": "rm -fr ./dist",
    "prepack": "npm run -s clean && tsc"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^26.0.7",
    "@types/node": "^14.0.24",
    "jest": "^26.1.0",
    "ts-jest": "^26.1.3",
    "typescript": "^3.9.7"
  },
  "files": [
    "dist/"
  ]
}
