UNPKG

843 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": "3.6.4",
11 "bugs": {
12 "url": "https://github.com/nativecode-dev/nofrills-console/issues"
13 },
14 "dependencies": {
15 "@nofrills/lincoln": "^3.5.0"
16 },
17 "publishConfig": {
18 "access": "public",
19 "tag": "latest"
20 },
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/nativecode-dev/nofrills-console"
24 },
25 "scripts": {
26 "build": "tsc --project tsconfig.build.json",
27 "prebuild": "yarn run clean",
28 "clean": "rimraf .cache && rimraf docs && rimraf lib"
29 }
30}