-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 983 Bytes
/
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
{
"name": "create-malina",
"version": "0.3.5",
"description": "CLI tool for MalinaJS Projects",
"main": "bin/malina",
"bin": {
"malina": "bin/malina"
},
"scripts": {
"build": "node esbuild",
"dev": "node esbuild --dev",
"malina": "bin/malina",
"pretest": "npm run build",
"test": "node tests/run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/malinajs/create-malina-app.git"
},
"keywords": [
"malinajs",
"cli",
"framework",
"firestarter"
],
"author": "Alexey Schebelev",
"license": "MIT",
"bugs": {
"url": "https://github.com/malinajs/create-malina-app/issues"
},
"homepage": "https://github.com/malinajs/create-malina-app#readme",
"devDependencies": {
"better-strip-color": "^1.0.2",
"esbuild": "^0.13.3",
"fetch-repo-dir": "^1.0.4",
"fs-extra": "^10.0.0",
"prompts": "^2.4.1",
"sade": "^1.7.4",
"uvu": "^0.5.1",
"yoctocolors": "^0.1.1"
}
}