1{2 "name": "dev-docs",3 "version": "0.0.1",4 "type": "module",5 "scripts": {6 "dev": "astro dev",7 "start": "astro dev",8 "build": "NODE_OPTIONS=--max_old_space_size=7168 astro build",9 "preview": "astro preview",10 "astro": "astro",11 "clean": "rm -rf dist",12 "prepare": "husky"13 },14 "lint-staged": {15 "*.ts": "eslint --fix",16 "*.mdx": "prettier --write",17 "*.yml": "prettier --write",18 "*.json": "prettier --write",19 "*.astro": "prettier --write",20 "*.mdoc": "node markdoc-formatter.mjs"