UNPKG

@cocreate/docs

Version:
36 lines (35 loc) 900 B
{ "name": "@cocreate/docs", "version": "1.18.2", "description": "Documentation generator ", "keywords": [ "cocreate", "lowcode", "doc-generator" ], "main": "./src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node src/index.js", "build": "node src/index.js" }, "private": false, "repository": { "type": "git", "url": "git+https://github.com/CoCreate-app/CoCreate-docs.git" }, "author": "CoCreate LLC", "license": "MIT", "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-docs/issues" }, "homepage": "https://github.com/CoCreate-app/CoCreate-docs#readme", "dependencies": { "@cocreate/config": "^1.13.1", "@cocreate/crud-client": "^1.34.2", "@cocreate/file": "^1.19.4", "extract-comments": "^1.1.0", "glob": "^7.1.6", "parse-html-comments": "^1.3.1" } }