-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.09 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
{
"name": "frontfire",
"version": "0.9.0",
"description": "",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"start -version": "node src/index.js version",
"create in test": "node src/index.js create \"Hello World\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infrontjs/frontfire.git"
},
"keywords": [],
"author": "benny00100",
"license": "MIT",
"bugs": {
"url": "https://github.com/infrontjs/frontfire/issues"
},
"homepage": "https://github.com/infrontjs/frontfire#readme",
"dependencies": {
"chalk": "^5.2.0",
"commander": "^10.0.0",
"conf": "^11.0.1",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.10",
"esbuild": "^0.19.5",
"esbuild-copy-static-files": "^0.1.0",
"esbuild-plugin-copy": "^2.0.2",
"fs-extra": "^11.1.1",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"php-server": "^1.0.0",
"prettier": "^2.8.4",
"slugify": "^1.6.6"
},
"bin": {
"frontfire": "src/index.js"
}
}