-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.22 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.22 KB
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
{
"name": "generator-az-ai",
"version": "0.0.11",
"description": "Az AI Scaffolding Tool",
"homepage": "https://github.com/dbroeglin/generator-az-ai",
"author": {
"name": "Dominique Broeglin",
"email": "dominique.broeglin@microsoft.com",
"url": "https://dominique.broeglin.fr"
},
"type": "module",
"files": [
"generators"
],
"main": "generators/index.js",
"bin": {
"az-ai-generator-test": "bin/az-ai-generator-test.js"
},
"keywords": [
"generator",
"ai",
"GBB",
"scaffolding",
"genai",
"yeoman-generator"
],
"dependencies": {
"@eslint/js": "9.21.0",
"@yeoman/adapter": "2.0.0",
"@yeoman/conflicter": "2.3.2",
"@yeoman/namespace": "1.0.1",
"@yeoman/transform": "2.1.0",
"@yeoman/types": "1.5.0",
"chalk": "^5.4.1",
"underscore.string": "^3.3.6",
"yeoman-environment": "^4.4.3",
"yeoman-generator": "^7.4.0",
"yosay": "^3.0.0"
},
"overrides": {
"ajv": "^8.17.1",
"whatwg-url": "^14.1.0"
},
"devDependencies": {
"@devcontainers/cli": "^0.74.0",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^10.0.1"
},
"engines": {
"npm": ">= 4.0.0"
},
"repository": "dbroeglin/generator-az-ai",
"license": "MIT"
}