-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 852 Bytes
/
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
{
"name": "foz-cli",
"version": "1.0.12",
"description": "Software development kit for foz.",
"main": "index.js",
"bin": {
"foz": "./bin/index.js"
},
"scripts": {
"dev": "nodemon -e js,html,json -x npm t",
"test": "NODE_ENV=test node test",
"prettier": "prettier --write '{,!(node_modules)/**/}*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/derekchuank/foz-cli.git"
},
"keywords": [
"foz",
"cli"
],
"author": "derekchuank",
"license": "MIT",
"bugs": {
"url": "https://github.com/derekchuank/foz-cli/issues"
},
"homepage": "https://github.com/derekchuank/foz-cli#readme",
"dependencies": {
"config-lev": "^1.0.1",
"dup-r": "^1.0.0",
"ioredis": "^4.14.1",
"koa": "^2.11.0",
"koa-router": "^7.4.0",
"require-dir-lite": "^1.0.0"
}
}