{
  "name": "create-origami-component",
  "description": "A command line tool for creating Origami components",
  "version": "1.0.0",
  "author": "Gabrielle von Koss @gvonkoss",
  "bin": {
    "create-origami-component": "./bin/run"
  },
  "bugs": "https://github.com/Financial-Times/create-origami-component/issues",
  "dependencies": {
    "chalk": "^4.0.0",
    "cli-ux": "^5.4.5",
    "fs-extra": "^9.0.0",
    "inquirer": "^7.1.0",
    "snyk": "^1.316.2",
    "tree-node-cli": "^1.2.5"
  },
  "devDependencies": {
    "jest": "^26.0.0",
    "mocha": "^8.0.1",
    "nixt": "github:vesln/nixt#d2075099ecf935c870705fa5d5de437113d4d272",
    "origami-build-tools": "^11",
    "rimraf": "^3.0.2"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "homepage": "https://github.com/Financial-Times/create-origami-component",
  "license": "MIT",
  "main": "src/index.js",
  "repository": "Financial-Times/create-origami-component",
  "scripts": {
    "test": "npm run test-unit && npm run test-integration",
    "test-unit": "jest test/unit/**/*.test.js",
    "test-integration": "mocha --forbid-only test/integration/**/*.test.js",
    "snyk-protect": "snyk protect",
    "prepare": "npm run snyk-protect"
  },
  "snyk": true
}
