-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.13 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
50
51
{
"name": "@ruso/cli",
"version": "0.1.0",
"description": "Tooling via CLI (Command Line Interface) like schematics, generators, helpers and more.",
"keywords": [
"common",
"tools",
"utils"
],
"author": {
"name": "Ruslan Gonzalez",
"email": "[email protected]"
},
"homepage": "https://github.com/ruslanguns/ruso-monorepo#readme",
"license": "MIT",
"engines": {
"node": ">= 10.13.0",
"npm": ">= 6.11.0"
},
"bin": {
"fakeGenerator": "bin/fakeGenerator.ts"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ruslanguns/ruso-monorepo.git"
},
"bugs": {
"url": "https://github.com/ruslanguns/ruso-monorepo/issues"
},
"scripts": {
"prebuild": "rimraf lib",
"build": "tsc -p tsconfig.build.json",
"lint": "eslint --ext .ts ./"
},
"dependencies": {
"@ruso/common": "^0.1.1",
"chalk": "4.1.2",
"clear": "0.1.0",
"faker": "5.5.3",
"figlet": "1.5.2",
"inquirer": "7.3.3",
"yargs": "16.0.3"
},
"gitHead": "393080d0e14b6489d9c78ce451d575d47ea3dc53"
}