-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "@mauriora/workspace-tools",
"description": "Tools to manage yarn workspace and git modules.",
"version": "0.2.4",
"license": "MIT",
"author": {
"name": "Mauri-Ora",
"email": "dennis.kuhn@kuhn.geek.co.nz"
},
"engines": {
"node": ">=14.0.0"
},
"bin": {
"discardModulesChanges": "./bin/discardModulesChanges",
"discardModulesCommit": "./bin/discardModulesCommit",
"loadModules": "./bin/loadModules",
"unloadModules": "./bin/unloadModules"
},
"files": [
"./bin",
"./src"
],
"dependencies": {
"@mauriora/minimist-better-ajv-errors-cli": "workspace:^",
"@mauriora/package-tools": "^0.1.2",
"@sinclair/typebox": "^0.23.5",
"@types/minimist": "^1.2.2",
"@types/node": "^14.18.20",
"@types/prompts": "^2.4.0",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"better-ajv-errors": "^1.2.0",
"chalk": "^4.1.2",
"minimist": "^1.2.6",
"prompts": "^2.4.2",
"simple-git": "^3.7.1",
"ts-node": "^10.8.0",
"typescript": "~4.5.5"
},
"devDependencies": {
"@types/prompts": "^2.4.0",
"simple-git": "^3.7.1"
}
}