-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.3 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.3 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
55
56
57
{
"name": "mkroosevelt",
"description": "🏭🧸 Command line application for creating Roosevelt apps.",
"author": "Roosevelt Framework Team <rooseveltframework@gmail.com>",
"contributors": [
{
"name": "Contributors",
"url": "https://github.com/rooseveltframework/mkroosevelt/graphs/contributors"
}
],
"version": "0.31.1",
"files": [
"mkroosevelt.js"
],
"homepage": "https://rooseveltframework.org",
"license": "CC-BY-4.0",
"main": "mkroosevelt.js",
"bin": {
"mkroosevelt": "mkroosevelt.js"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"generator-roosevelt": "0.31.3",
"inquirer": "13.4.0",
"yeoman-environment": "6.0.0"
},
"devDependencies": {
"c8": "11.0.0",
"fs-extra": "11.3.4",
"mocha": "11.7.5",
"standard": "17.1.2"
},
"repository": {
"type": "git",
"url": "git://github.com/rooseveltframework/mkroosevelt.git"
},
"keywords": [
"roosevelt.js",
"teddy.js",
"node.js",
"roosevelt",
"teddy",
"mvc",
"yeoman-generator"
],
"mocha": {
"timeout": "10s"
},
"scripts": {
"lint": "standard",
"test": "mocha test/",
"coverage": "c8 --reporter=text --reporter=lcov mocha test/"
},
"funding": "https://www.paypal.com/donate/?hosted_button_id=2L2X8GRXZCGJ6"
}