{
  "name": "@speedy/json-extends",
  "version": "1.2.0",
  "description": "Extend a JSON file with one or many existing files.",
  "main": "./dist/json.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alan-agius4/speedy-json-extends.git"
  },
  "keywords": [
    "json",
    "extend",
    "extends",
    "node"
  ],
  "author": "Alan Agius",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/alan-agius4/speedy-json-extends/issues"
  },
  "homepage": "https://github.com/alan-agius4/speedy-json-extends#readme",
  "scripts": {
    "prebuild": "npm run lint & npm run clean",
    "build": "tsc -p tsconfig.build.json",
    "test": "npm run clean && tsc -p tsconfig.test.json && jasmine JASMINE_CONFIG_PATH=jasmine.json",
    "clean": "rimraf ./dist & rimraf ./test",
    "lint": "tslint -c tslint.json ./src/**/*.ts --format stylish",
    "watch": "npm run clean && tsc -p tsconfig.build.json -w",
    "changelog": "./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s",
    "preversion": "npm test",
    "version": "npm run build && npm run changelog",
    "postversion": "git commit --all -m \"chore(all): update for release\" && git push && git push --tags",
    "release": "npm publish"
  },
  "dependencies": {
    "lodash": "^4.17.4"
  },
  "devDependencies": {
    "@speedy/commit-msg-hook": "^1.3.0",
    "@types/jasmine": "^2.5.41",
    "@types/lodash": "^4.14.51",
    "@types/mock-fs": "^3.6.30",
    "@types/node": "^8.0.31",
    "conventional-changelog-cli": "^1.3.1",
    "jasmine": "^2.5.3",
    "mock-fs": "^4.1.0",
    "rimraf": "^2.6.0",
    "tslint": "^5.0.0",
    "typescript": "^2.2.1"
  },
  "typings": "dist/json.d.ts"
}
