{ "name": "tinymce-docs", "version": "3.0.0", "description": "TinyMCE documentation", "repository": "git@github.com:tinymce/tinymce-docs.git", "bugs": { "url": "https://github.com/tinymce/tinymce-docs/issues" }, "homepage": "https://www.tiny.cloud/docs/", "scripts": { "build": "./-scripts/api-reference.sh", "build-local-ref": "./-scripts/api-reference-local.sh", "clean": "rm -rf ./build", "nodemon": "nodemon --exec yarn antora ./antora-playbook.yml", "nodemon-dev": "nodemon --exec yarn antora ./antora-playbook-local.yml", "server": "http-server build/site/ --port 4000 -a localhost", "serve": "npm-run-all -p nodemon server", "serve-dev": "npm-run-all -p nodemon-dev server", "start": "yarn clean && yarn serve", "start-dev": "yarn clean && yarn serve-dev" }, "author": "Tiny Technologies Inc", "license": "CC-BY-NC-SA-3.0", "nodemonConfig": { "execMap": { "build": "antora ./antora-playbook-dev.yml" }, "watch": [ "modules/*" ], "delay": "2500ms", "ext": "*" }, "devDependencies": { "@antora/cli": "^3.1.10", "@antora/site-generator-default": "^3.1.10", "@tinymce/antora-extension-livedemos": "^0.1.0", "@tinymce/moxiedoc": "^0.3.0", "dotenv": "^16.5.0", "ecstatic": "^4.1.4", "http-server": "^0.12.3", "nodemon": "^3.1.10", "npm-run-all": "^4.1.5" } }