UNPKG

@terzitech/reqtext

Version:

Reqtext is a Git-native, CLI first requirements and documentation framework meant to bring requirement management directly into your workflow. Human -and AI- readable.

39 lines (38 loc) 1.08 kB
{ "name": "@terzitech/reqtext", "version": "0.1.0-demo.22", "description": "Reqtext is a Git-native, CLI first requirements and documentation framework meant to bring requirement management directly into your workflow. Human -and AI- readable.", "main": "index.js", "scripts": { "start": "node bin/index.js", "clean": "sh tests/clean_reqt.sh", "parser": "node src/reqtParsers/reqtToMarkdown.mjs src/reqtParsers/template.reqt.json" }, "repository": { "type": "git", "url": "git+https://github.com/terzitech/reqtext.git" }, "author": "Joseph Terzi", "license": "PolyForm-Noncommercial-1.0.0", "bugs": { "url": "https://github.com/terzitech/reqtext/issues" }, "homepage": "https://github.com/terzitech/reqtext#readme", "dependencies": { "@terzitech/flathier": "^0.1.0-demo.14", "enquirer": "^2.4.1" }, "type": "module", "bin": { "reqt": "bin/index.js", "reqtext": "bin/index.js" }, "keywords": [ "cli", "requirements", "documentation", "terminal", "editor", "Docucoding" ] }