UNPKG

@norgate-av/cra-template-crestron-ch5-typescript

Version:
73 lines (72 loc) 2.27 kB
{ "name": "@norgate-av/cra-template-crestron-ch5-typescript", "version": "0.6.0", "keywords": [ "ch5", "crestron", "react", "create-react-app", "template", "typescript", "docker", "electron", "tailwindcss", "redux", "styled-components" ], "description": "Crestron CH5 TypeScript template for Create React App.", "main": "template.json", "repository": { "type": "git", "url": "https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript.git" }, "license": "MIT", "engines": { "node": ">=14" }, "bugs": { "url": "https://github.com/Norgate-AV-Solutions-Ltd/cra-template-crestron-ch5-typescript/issues" }, "files": [ "template", "template.json" ], "scripts": { "semantic-release": "semantic-release", "commit": "git-cz", "build": "echo \"Build is not configured for package \\\"$npm_package_name\\\", skipping.\"", "test": "echo \"Unit testing is not configured for package \\\"$npm_package_name\\\", skipping.\"", "prepare": "husky install", "pretty:fix": "prettier --write .", "doctoc": "doctoc --title '## Contents 📖' README.md template/README.md", "contrib:add": "all-contributors add", "contrib:generate": "all-contributors generate", "contrib:check": "all-contributors check" }, "devDependencies": { "@commitlint/cli": "^16.2.3", "@commitlint/config-conventional": "^16.2.1", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "all-contributors-cli": "^6.20.0", "cz-conventional-changelog": "3.3.0", "doctoc": "^2.1.0", "husky": "^7.0.0", "lint-staged": "^12.4.0", "prettier": "^2.6.2", "semantic-release": "^19.0.2" }, "lint-staged": { "*?(test|spec).{js,jsx,ts,tsx}": [ "yarn pretty:fix" ], "*.{css,scss,md,html,json,yml,yaml}": [ "yarn pretty:fix" ] }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }