-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 878 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 878 Bytes
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
{
"name": "koi-cli",
"version": "1.2.15",
"description": "A simple CLI made to generate base files and migration files. Must be used with 'koa-typescript-api-v2",
"main": "cli.js",
"bin": {
"koi": "./bin/koi",
"koi-cli": "./cli.js",
"koi-generate:base": "./scripts/generate-base.sh",
"koi-generate:migration": "./scripts/generate-migrations.sh",
"koi-generate:config": "./scripts/generate-config.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/98labs/koi-cli.git"
},
"keywords": [
"koi",
"cli",
"koi-cli"
],
"author": "98Labs, Inc.",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"clear": "^0.1.0",
"figlet": "^1.2.4",
"fs": "0.0.1-security",
"inquirer": "^7.0.0",
"pluralize": "^8.0.0",
"shelljs": "^0.8.3"
},
"engines": {
"node": ">=10.15.1"
}
}