{
	"bin": {
		"noodl": "bin/cli.js"
	},
	"dependencies": {
		"immer": "^9.0.6",
		"ink": "^3.0.9",
		"ink-multi-select": "^2.0.0",
		"ink-progress-bar": "^3.0.0",
		"ink-select-input": "^4.2.0",
		"ink-spinner": "^4.0.3",
		"ink-text-input": "^4.0.1",
		"invariant": "^2.2.4",
		"react": "^17.0.2"
	},
	"devDependencies": {
		"@types/ink-select-input": "^3.0.1",
		"@types/react": "^17.0.20",
		"ink-testing-library": "^2.1.0",
		"node-cron": "^3.0.0"
	},
	"engines": {
		"node": ">=14"
	},
	"files": [
		"bin",
		"dist",
		"tsconfig.json",
		"tsconfig.test.json",
		"readme.md",
		".editorconfig",
		".gitconfig",
		"noodl.yml"
	],
	"license": "MIT",
	"main": "./dist/cli.js",
	"module": "./dist/cli.js",
	"name": "noodl-cli",
	"publishConfig": {
		"access": "public"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/pfftdammitchris/noodl-cli"
	},
	"scripts": {
		"build": "cross-env NODE_ENV=production tsc",
		"start": "cross-env NODE_ENV=development tsc -w",
		"start:cjs": "cross-env NODE_ENV=development npm run build:es -- --watch",
		"test:file": "cross-env TS_NODE_PROJECT=\"tsconfig.test.json\" NODE_ENV=test ts-mocha --extensions ts --watch --watch-files \"src/**/*.ts\""
	},
	"typings": "./dist/cli.d.ts",
	"version": "0.0.125",
	"gitHead": "4378639ee0df7e8055979863809288435580d586"
}
