{ "name": "doczilla_js_docs", "version": "1.0.0", "dependencies": { "@types/jsdom": "^21.1.6", "@types/pug": "^2.0.10", "jsdom": "^24.0.0", "ncp": "^2.0.0", "org.crazydoctor.expressts": "git+https://git.crazydoctor.org/expressts/org.crazydoctor.expressts", "pug": "^3.0.2" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "eslint": "^8.57.0" }, "scripts": { "lint": "eslint .", "build": "tsc && ncp ./sources.config.json ./dist/sources.config.json && ncp ./src/views/ ./dist/views && node ./node_scripts/copyStatics.js", "start": "npm run build && node ./dist/index.js" } }