-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 834 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 834 Bytes
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
{
"name": "generator-dicoogle-webplugin",
"version": "0.9.0",
"description": "A Yeoman generator for Dicoogle web UI plugin projects",
"repository": {
"type": "git",
"url": "git+https://github.com/dicoogle/generator-dicoogle-webplugin.git"
},
"main": "app/index.js",
"type": "module",
"files": [
"app"
],
"scripts": {
"test": "node --test __tests__/**/*.js"
},
"author": "Eduardo Pinho <eduardopinho@bmd-software.com>",
"license": "MIT",
"keywords": [
"yeoman-generator",
"dicoogle"
],
"engines": {
"node": ">=22",
"npm": ">=9"
},
"dependencies": {
"capitalize": "^2.0.4",
"semver": "^7.3.7",
"yeoman-generator": "^8.0.2"
},
"devDependencies": {
"@yeoman/adapter": "^4.0.2",
"yeoman-environment": "^6.0.0",
"yeoman-test": "^11.3.1"
}
}