UNPKG

837 BJSONView Raw
1{
2 "author": "opensource@nativecode.com",
3 "description": "Provides a simple abstraction for console application lifecycle management.",
4 "homepage": "https://github.com/nativecode-dev/nofrills/tree/master/core/console",
5 "license": "MIT",
6 "main": "./lib/index.js",
7 "name": "@nofrills/console",
8 "private": false,
9 "types": "./lib/index.d.ts",
10 "version": "3.5.2",
11 "bugs": {
12 "url": "https://github.com/nativecode-dev/nofrills/issues"
13 },
14 "dependencies": {
15 "@nofrills/fs": "^3.5.1",
16 "@nofrills/lincoln-debug": "^3.6.2",
17 "@nofrills/scrubs": "^3.5.2"
18 },
19 "publishConfig": {
20 "access": "public",
21 "tag": "latest"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/nativecode-dev/nofrills"
26 },
27 "scripts": {
28 "build": "cli-tasks build",
29 "clean": "cli-tasks clean"
30 }
31}