{
  "name": "nested-builder",
  "version": "1.1.1",
  "description": "Tersely construct complex test fixture objects with the builder pattern.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "lint": "prettier --check lib/**/*.ts test/**/*.{ts,js}",
    "format": "prettier --write lib/**/*.ts test/**/*.{ts,js}",
    "test": "mocha",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/smashwilson/nested-builder.git"
  },
  "keywords": [
    "fixture",
    "builder-pattern"
  ],
  "author": "Ash Wilson <smashwilson@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/smashwilson/nested-builder/issues"
  },
  "homepage": "https://github.com/smashwilson/nested-builder#readme",
  "devDependencies": {
    "@types/chai": "^4.2.1",
    "@types/mocha": "^8.0.0",
    "chai": "^4.2.0",
    "mocha": "^8.0.1",
    "prettier": "^2.0.2",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.2"
  }
}
