UNPKG

@gkotulski/doc_preprocessing

Version:
38 lines (37 loc) 829 B
{ "name": "@gkotulski/doc_preprocessing", "version": "1.0.8", "description": "Preprocess 4D doc to be built by docusaurus", "main": "preprocessing.js", "scripts": { "test": "mocha" }, "author": "Guillaume kotulski <guillaume.kotulski@4d.com>", "license": "MIT", "dependencies": { "yargs": "^15.3.1" }, "repository": { "type": "git", "url": "git+https://github.com/gkotulski/doc_preprocessing.git" }, "bin": { "doc_preprocess": "./preprocessing.js" }, "keywords": [ "4d", "preprocesssing", "markdown" ], "bugs": { "url": "https://github.com/gkotulski/doc_preprocessing/issues" }, "homepage": "https://github.com/gkotulski/doc_preprocessing", "directories": { "lib": "lib" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^7.1.2" } }