{
    "name": "@pepperi-addons/create",
    "version": "1.0.5",
    "description": "a script that scaffolds Pepperi addons from bundled templates files",
    "main": "index.js",
    "bin": "./index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "testaddon": "cd test-addon && npx ./../",
        "lint": "eslint --ext .ts './templates/server-side/**/*.ts' './templates/cpi-side/**/*.ts'",
        "lint-fix": "eslint --fix './templates/server-side/**/*.ts' './templates/cpi-side/**/*.ts'"
    },
    "repository": {
        "type": "git",
        "url": "https://dev.azure.com/advantive-devops/Advantive/_git/PEP-CreateAddon"
    },
    "author": "chasky.h@pepperi.com",
    "license": "ISC",
    "engines": {
        "node": ">=14.0.0"
    },
    "overrides": {
        "tmp": "^0.2.5",
        "lodash": "^4.18.1"
    },
    "dependencies": {
        "chalk": "^4.1.2",
        "clear": "^0.1.0",
        "cli-spinner": "^0.2.10",
        "figlet": "^1.5.0",
        "fs-extra": "^9.0.0",
        "inquirer": "^8.2.6"
    },
    "devDependencies": {
        "@pepperi-addons/eslint-plugin-pepperi-lint": "*",
        "@typescript-eslint/eslint-plugin": "^5.57.1",
        "@typescript-eslint/parser": "^5.57.1",
        "eslint": "^7.2.0"
    }
}
