{ "name": "testdrive-jsui", "version": "1.0.0", "description": "Independent JavaScript UI plugin for Markitect markdown editing", "main": "static/js/main.js", "scripts": { "dev": "python -m http.server 8080", "test": "echo \"No tests yet\" && exit 0", "build": "echo \"No build process yet\" && exit 0", "lint": "echo \"No linting yet\" && exit 0" }, "keywords": [ "markitect", "markdown", "editor", "javascript", "ui" ], "author": "Markitect Team", "license": "MIT", "devDependencies": { "http-server": "^14.1.1" }, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://github.com/markitect/testdrive-jsui.git" }, "files": [ "static/", "templates/", "images/", "README.md" ] }