UNPKG

4.33 kBJSONView Raw
1{
2 "name": "@rucken/cli",
3 "description": "Console tools for create and build Angular7+ and NestJS application based on Rucken template",
4 "version": "3.3.4",
5 "author": {
6 "name": "endy",
7 "email": "admin@site15.ru"
8 },
9 "bin": {
10 "rucken": "./bin/run"
11 },
12 "dependencies": {
13 "@angular-devkit/schematics-cli": "^0.13.8",
14 "@biesbjerg/ngx-translate-extract": "^2.3.4",
15 "@oclif/command": "^1",
16 "@oclif/config": "^1",
17 "@oclif/plugin-help": "^2",
18 "@rucken/schematics": "^3.5.0",
19 "@types/recursive-readdir": "^2.2.0",
20 "@types/replace-ext": "0.0.27",
21 "npm-run": "^5.0.1",
22 "po2json": "^1.0.0-alpha",
23 "recursive-readdir": "^2.2.2",
24 "replace-ext": "^1.0.0",
25 "sort-paths": "^1.1.1",
26 "stringify-object": "^3.3.0",
27 "tslib": "^1"
28 },
29 "devDependencies": {
30 "@angular-devkit/schematics": "^7.3.8",
31 "@oclif/dev-cli": "^1",
32 "@oclif/test": "^1",
33 "@oclif/tslint": "^3",
34 "@types/chai": "^4",
35 "@types/glob": "^7.1.1",
36 "@types/mocha": "^5",
37 "@types/node": "~10.12.9",
38 "@types/yargs": "^12.0.1",
39 "chai": "^4",
40 "conventional-changelog-cli": "^2.0.11",
41 "conventional-commits-detector": "^1.0.2",
42 "conventional-recommended-bump": "^4.0.4",
43 "globby": "^8",
44 "mocha": "^5",
45 "npm-run-all": "^4.1.3",
46 "nyc": "^13",
47 "rimraf": "^2.6.2",
48 "ts-node": "~7.0.1",
49 "tslint": "^5",
50 "typescript": "^3.1.6"
51 },
52 "engines": {
53 "node": ">=10",
54 "npm": ">=6.4.0"
55 },
56 "files": [
57 "/scripts/patch.js",
58 "/bin",
59 "/lib",
60 "/npm-shrinkwrap.json",
61 "/oclif.manifest.json"
62 ],
63 "keywords": [
64 "angular7",
65 "web application",
66 "seed",
67 "i18n",
68 "scaffold",
69 "utils",
70 "rucken",
71 "oclif"
72 ],
73 "bugs": {
74 "url": "https://github.com/rucken/cli/issues"
75 },
76 "homepage": "https://github.com/rucken/cli",
77 "repository": {
78 "type": "git",
79 "url": "git+https://github.com/rucken/cli.git"
80 },
81 "license": "MIT",
82 "main": "lib/index.js",
83 "oclif": {
84 "commands": "./lib/commands",
85 "bin": "rucken",
86 "plugins": [
87 "@oclif/plugin-help"
88 ]
89 },
90 "scripts": {
91 "postpack": "rimraf oclif.manifest.json npm-shrinkwrap.json",
92 "posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
93 "prepack": "rimraf lib && tsc && oclif-dev manifest && npm shrinkwrap",
94 "prepare": "rimraf lib && tsc",
95 "postinstall": "node ./scripts/patch.js",
96 "watch": "rimraf lib && tsc --watch",
97 "test": "nyc mocha --forbid-only \"test/**/*.test.ts\" --timeout 1000000",
98 "readme": "oclif-dev readme && git add README.md",
99 "run-translate": "node ./bin/run translate test/fixtures/translate/folder1 -f po -c -p Core",
100 "run-version-updater": "node ./bin/run version-updater test/fixtures/version-updater/folder1 -r test/fixtures/version-updater",
101 "run-config": "node ./bin/run config test/fixtures/config/dev -m dev",
102 "run-prepare": "node ./bin/run prepare test/fixtures/prepare -m dev",
103 "run-new:angular": "node ./bin/run new:angular test/fixtures/angular-new -n demo -u demo -e demo@demo.demo",
104 "run-entity:angular": "node ./bin/run entity:angular test/fixtures/angular-entity -n demo -u demo -e demo@demo.demo -f [name,title]",
105 "run-new:nestjs": "node ./bin/run new:nestjs test/fixtures/nestjs-new -n demo -u demo -e demo@demo.demo",
106 "run-entity:nestjs": "node ./bin/run entity:nestjs test/fixtures/nestjs-entity -n demo -u demo -e demo@demo.demo -f [name,title] --time=1533634559618",
107 "run-new": "node ./bin/run new test/fixtures/new -n demo -u demo -e demo@demo.demo",
108 "run-entity:create-app": "node ./bin/run new test/fixtures/entity -n demo -u demo -e demo@demo.demo",
109 "run-entity:create-entity": "node ./bin/run entity test/fixtures/entity -n demo -u demo -e demo@demo.demo -f [name,title] --time=1533634559618",
110 "run-entity": "run-s run-entity:create-app run-entity:create-entity",
111 "run-generators": "run-s run-new:angular run-entity:angular run-new:nestjs run-entity:nestjs run-new run-entity",
112 "clear-generators-outputs": "rimraf test/fixtures/angular-new test/fixtures/angular-entity test/fixtures/nestjs-new test/fixtures/nestjs-entity test/fixtures/new test/fixtures/entity"
113 },
114 "greenkeeper": {
115 "ignore": [
116 "typescript"
117 ]
118 },
119 "types": "lib/index.d.ts"
120}
\No newline at end of file