-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "cliberry",
"version": "0.1.13",
"description": "Cli for generation angular project with support and configuration for useful framework and tools using schematics.",
"main": "./src/index",
"scripts": {
"schematics": "schematics",
"build": "tsc -p tsconfig.json",
"test": "yarn build && jasmine src/**/*_spec.js"
},
"engines": {
"node": ">=8.9"
},
"bin": {
"cliberry": "./bin/cliberry.js"
},
"homepage": "https://github.com/tgorka/cliberry",
"repository": {
"type": "git",
"url": "https://github.com/tgorka/cliberry.git"
},
"private": false,
"author": {
"name": "Tomasz Gorka",
"email": "[email protected]"
},
"keywords": [
"schematics",
"cliberry",
"cli"
],
"license": "MIT",
"dependencies": {
"@angular-devkit/core": "^0.8.1",
"@angular-devkit/schematics": "^0.8.1",
"@angular/cli": "^6.2.1",
"@schematics/angular": "^0.8.1",
"cliberry-ng6": "^0.0.5",
"cliberry-schematics": "^0.0.9"
},
"devDependencies": {
"@angular-devkit/schematics-cli": "^0.8.1",
"@types/jasmine": "^2.8.8",
"@types/node": "^10.9.4",
"jasmine": "^3.2.0",
"typescript": "^3.0.3"
}
}