UNPKG

808 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.8",
11 "bugs": {
12 "url": "https://github.com/nativecode-dev/nofrills-console/issues"
13 },
14 "peerDependencies": {
15 "@nofrills/lincoln": "^4.0.5"
16 },
17 "publishConfig": {
18 "access": "public"
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/nativecode-dev/nofrills-console"
23 },
24 "scripts": {
25 "build": "cli-tasks build",
26 "upgrade": "cli-tasks upgrade"
27 },
28 "gitHead": "5e286bae16ba12285b3115600e968d944544962c"
29}