forked from reimagined/resolve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 904 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
{
"name": "create-resolve-app",
"version": "0.2.2",
"description": "This package generates boilerplate web application based on resolve framework",
"bin": {
"create-resolve-app": "./bin/index.js"
},
"bugs": {
"url": "https://github.com/reimagined/resolve/issues"
},
"scripts": {
"prepublish": "babel --out-dir ./dist ./src"
},
"repository": {
"type": "git",
"url": "git+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/create-resolve-app#readme",
"dependencies": {
"chalk": "^2.1.0",
"command-line-args": "^4.0.7",
"cross-spawn": "^5.1.0",
"fs-extra": "^4.0.1",
"regenerator-runtime": "^0.11.0",
"validate-npm-package-name": "^3.0.0"
}
}