{ "name": "ache.one", "version": "2.0.0", "description": "Next version of ache.one", "main": "index.js", "scripts": { "test": "ava", "lint": "npx xo", "build-svg": "npx svgo -f src/img -o s/imgM", "build-static": "node src/build/index.mjs", "build-js": "mkdirp s/js && terser src/js/*.js -o s/js/main.js", "build-css": "mkdirp s/css && sassc -t compressed src/css/design.scss > s/css/style.css" }, "repository": { "type": "git", "url": "https://git.ache.one/ache.one" }, "keywords": [ "ache" ], "xo": { "space": true, "rules": { "comma-dangle": [ "error", "always-multiline" ], "strict": 0 }, "envs": [ "browser" ] }, "author": "ache", "license": "MIT", "devDependencies": { "@ltd/j-toml": "^1.30.0", "cssesc": "^3.0.0", "hast-util-raw": "^7.2.1", "hast-util-select": "^5.0.1", "hast-util-to-text": "^3.1.1", "html-minifier": "^4.0.0", "mkdirp": "^1.0.4", "mustache": "^4.2.0", "rehype-autolink-headings": "^6.1.1", "rehype-highlight": "^5.0.2", "rehype-katex": "^6.0.2", "rehype-picture": "^4.0.2", "rehype-raw": "^6.1.1", "rehype-slug": "^5.0.1", "rehype-stringify": "^9.0.3", "remark": "^14.0.2", "remark-directive": "^2.0.1", "remark-frontmatter": "^4.0.1", "remark-gfm": "^3.0.1", "remark-math": "^5.1.1", "remark-rehype": "^10.1.0", "remark-slug": "^7.0.1", "remark-toc": "^8.0.1", "rss": "^1.2.2", "sitemap": "^7.1.1", "terser": "^5.12.1", "toml": "^3.0.0", "unist-builder": "^3.0.0", "unist-util-inspect": "^7.0.0" } }