UNPKG

871 BJSONView Raw
1{
2 "author": "opensource@nativecode.com",
3 "description": "Provides a simple logger to the console.",
4 "homepage": "https://github.com/nativecode-dev/nofrills/tree/master/core/lincoln-console",
5 "license": "MIT",
6 "main": "./lib/index.js",
7 "name": "@nofrills/lincoln-console",
8 "private": false,
9 "types": "./lib/index.d.ts",
10 "version": "4.0.3",
11 "bugs": {
12 "url": "https://github.com/nativecode-dev/nofrills-console/issues"
13 },
14 "devDependencies": {
15 "npm-check-updates": "^3.1.10"
16 },
17 "peerDependencies": {
18 "@nofrills/lincoln": "^3.5.9"
19 },
20 "publishConfig": {
21 "access": "public"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/nativecode-dev/nofrills-console"
26 },
27 "scripts": {
28 "build": "cli-tasks build",
29 "upgrade": "cli-tasks upgrade"
30 },
31 "gitHead": "96f51123de9bea6c29e13f7fd8e736189f820ed9"
32}