You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

41 lines
1.1 KiB

{
"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-local-ref": "./-scripts/api-reference-local.sh",
"clean": "rm -rf ./build",
"nodemon-dev": "nodemon --exec yarn antora ./antora-playbook.yml",
"server": "http-server build/site/ --port 4000",
"serve": "npm-run-all -p nodemon-dev server",
"start": "yarn clean && yarn serve"
},
"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"
}
}