UNPKG

928 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/packages/console/#readme",
5 "license": "MIT",
6 "main": "./lib/index.js",
7 "name": "@nofrills/console",
8 "private": false,
9 "types": "./lib/index.d.ts",
10 "version": "3.4.0",
11 "bugs": {
12 "url": "https://github.com/nativecode-dev/nofrills/issues"
13 },
14 "dependencies": {
15 "@nofrills/fs": "^3.2.0",
16 "@nofrills/lincoln-debug": "^3.2.0",
17 "@nofrills/scrubs": "^3.2.0"
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": "tsc --project tsconfig.build.json",
29 "prebuild": "yarn run clean",
30 "clean": "rimraf .cache && rimraf docs && rimraf lib"
31 }
32}