-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1016 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1016 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
37
38
{
"name": "@jimcli/logger",
"version": "1.0.0",
"description": "A simple logging module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jimcli/logger.git"
},
"author": "Philipp Nowinski <mail@pno.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimcli/logger/issues"
},
"homepage": "https://github.com/jimcli/logger#readme",
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-pno": "^1.3.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2"
},
"dependencies": {
"chalk": "^2.4.2",
"log-symbols": "^3.0.0",
"ora": "^3.4.0",
"time-stamp": "^2.2.0",
"yargs": "^13.2.4"
}
}