-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 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
46
47
48
49
{
"name": "generator-chain",
"version": "1.1.0",
"description": "Pipelines Generator is a yeoman based utility to generate single responsibility classes representing logic actions bound together into commands or queries which are also called pipelines. Available generators: C#, Typescript, Sitecore.",
"main": "./app/index.js",
"scripts": {
"build": "tsc",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SergAtGitHub/PipelinesGenerator.git"
},
"keywords": [
"pipelines",
"SOLID",
"processors",
"chain",
"yeoman-generator",
"generator",
"sitecore",
"C#"
],
"author": "Sergey Solomentsev",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SergAtGitHub/PipelinesGenerator/issues"
},
"homepage": "https://github.com/SergAtGitHub/PipelinesGenerator#readme",
"dependencies": {
"solid-pipelines": "^1.1.1",
"string": "^3.3.3",
"upath": "^1.0.4",
"yeoman-generator": "^2.0.3",
"yosay": "^2.0.2"
},
"devDependencies": {
"@types/lodash": "^4.14.106",
"@types/mocha": "^5.0.0",
"@types/string": "0.0.29",
"@types/yeoman-generator": "^2.0.3",
"@types/yeoman-test": "^1.7.4",
"@types/yosay": "0.0.29",
"mocha": "^5.0.5",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^1.7.0",
"yo": "^2.0.1"
}
}