forked from reimagined/resolve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 KB
/
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
43
44
45
{
"name": "create-resolve-app",
"version": "0.17.4",
"description": "This package generates boilerplate web application based on resolve framework",
"engines": {
"node": ">=8.10"
},
"bin": {
"create-resolve-app": "./bin/index.js"
},
"bugs": {
"url": "https://github.com/reimagined/resolve/issues"
},
"scripts": {
"test": "echo || exit 0",
"testw": "echo || exit 0"
},
"repository": "https://github.com/reimagined/resolve.git",
"author": "reimagined team",
"license": "MIT",
"keywords": [
"cqrs",
"eventsourcing",
"es",
"ddd"
],
"homepage": "https://github.com/reimagined/resolve/tree/master/packages/core/create-resolve-app#readme",
"dependencies": {
"adm-zip": "^0.4.11",
"chalk": "^2.4.1",
"command-line-args": "^5.0.2",
"cross-spawn": "^6.0.5",
"fs-extra": "^6.0.1",
"https": "^1.0.0",
"validate-npm-package-name": "^3.0.0"
},
"babelCompile": [
{
"moduleType": "cjs",
"moduleTarget": "server",
"inputDir": "./src",
"outDir": "./lib"
}
]
}