-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
73 lines (73 loc) · 1.85 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@sofie-automation/code-standard-preset",
"version": "2.5.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nrkno/sofie-code-standard-preset.git"
},
"bugs": {
"url": "https://github.com/nrkno/sofie-code-standard-preset/issues"
},
"homepage": "https://github.com/nrkno/sofie-code-standard-preset#readme",
"contributors": [
{
"name": "Julian Waller",
"email": "[email protected]"
},
{
"name": "Balte de Wit",
"email": "[email protected]"
},
{
"name": "Richard Cartwright",
"email": "[email protected]"
}
],
"engines": {
"node": "^14.18 || ^16.14 || >=18"
},
"bin": {
"sofie-licensecheck": "./bin/checkLicenses.mjs",
"sofie-version": "./bin/updateVersion.mjs"
},
"scripts": {
"changelog": "./bin/updateVersion.mjs",
"release": "run reset && run changelog",
"reset": "git clean -dfx && git reset --hard && yarn",
"validate:dependencies": "yarn npm audit --environment production && run license-validate",
"validate:dev-dependencies": "yarn npm audit --environment development",
"license-validate": "./bin/checkLicenses.mjs"
},
"files": [
"/CHANGELOG.md",
"/README.md",
"/ts",
"/bin",
"/eslint",
"/.prettierrc.json"
],
"dependencies": {
"@sofie-automation/eslint-plugin": "^0.1.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/utils": "^5.62.0",
"date-fns": "^2.30.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"license-checker": "^25.0.1",
"lint-staged": "13.2.2",
"meow": "^11.0.0",
"prettier": "^2.8.8",
"read-pkg-up": "^9.1.0",
"semver": "^7.5.4"
},
"peerDependencies": {
"typescript": "~4.9"
},
"packageManager": "[email protected]"
}