-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 loc) · 1.88 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"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/cra-template-crestron-ch5-typescript.git"
},
"license": "MIT",
"engines": {
"node": ">=18"
},
"bugs": {
"url": "https://github.com/Norgate-AV/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": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@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": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"semantic-release": "^23.0.2"
}
}