@bracketed/create-templates
Version:
Download and use my templates using this command line system!
56 lines (55 loc) • 1.39 kB
JSON
{
"name": "@bracketed/create-templates",
"version": "1.1.5",
"packageManager": "yarn@4.0.2",
"author": "bracketed",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@bracketed/gitdownloader": "^1.0.3",
"axios": "^1.6.2",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"ora": "^7.0.1"
},
"devDependencies": {
"@bracketed/typescript-config": "^4.4.0",
"@types/node": "^20.10.5",
"typescript": "^5.3.3"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://bracketed.co.uk",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/bracketed/templatecli.git",
"directory": "."
},
"bugs": {
"url": "https://github.com/bracketed/templatecli/issues"
},
"scripts": {
"compile": "yarn tsc",
"setversion": "node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/utilities/version.ts",
"lint": "yarn prettier --write src/**/*.ts",
"validate": "yarn prettier --check src/**/*.ts",
"lint:all": "yarn prettier --write .",
"validate:all": "yarn prettier --check ."
},
"bin": "./dist/index.js",
"keywords": [
"bracketed",
"typescript",
"ts",
"yarn",
"github",
"git-clone",
"download",
"templates",
"templatecli"
],
"description": "Download and use my templates using this command line system!"
}