-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
72 lines (72 loc) · 2.05 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
{
"author": "",
"dependencies": {
"@types/lodash": "^4.17.13",
"just-install": "^2.0.2",
"wireit": "^0.14.9"
},
"description": "NOMOS Our Membership Operations Software. In greek mythology, Nomos is the personified spirit of law.",
"devDependencies": {
"@prettier/plugin-php": "^0.22.2",
"@prettier/plugin-xml": "^3.4.1",
"@tyisi/config-eslint": "^4.0.0",
"@tyisi/config-prettier": "^1.0.1",
"@types/angular": "^1.8.9",
"@types/bootstrap": "^5.2.10",
"@types/jquery": "^3.5.32",
"bower": "^1.8.14",
"eslint": "^9.15.0",
"husky": "^9.1.7",
"prettier": "^3.0.3",
"prettier-plugin-sh": "^0.14.0",
"prettier-plugin-sql": "^0.18.1",
"typescript": "^5.7.2"
},
"directories": {
"test": "tests"
},
"keywords": [],
"license": "ISC",
"name": "@vhs/nomos",
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf",
"private": true,
"scripts": {
"prepare": "wireit",
"test": "wireit"
},
"version": "1.0.0",
"wireit": {
"prepare": {
"dependencies": [
"prepare:webcomponents",
"prepare:husky",
"prepare:vendor",
"prepare:webhooker"
]
},
"prepare:husky": {
"command": "just setup husky"
},
"prepare:vendor": {
"command": "just setup vendor"
},
"prepare:webcomponents": {
"command": "just setup webcomponents"
},
"prepare:webhooker": {
"command": "just setup webhooker"
},
"test": {
"dependencies": [
"test:php",
"test:webhooker"
]
},
"test:php": {
"command": "just test php"
},
"test:webhooker": {
"command": "just test php"
}
}
}