{ "name": "@sigitex/sigitex.com", "type": "module", "version": "0.0.1", "private": true, "workspaces": { "packages": [ "/sig/hypeup/packages/*" ] }, "scripts": { "start": "hypeup generate --dir src/routes --watch", "build": "hypeup generate --dir src/routes", "check": "tsgo --build", "test": "bun test --pass-with-no-tests --tsconfig-override tsconfig.test.json", "lint": "oxlint", "publish": "rsync -avz dist/ quickbasic.org:~/sigitex.com" }, "dependencies": { "@hypeup/client": "workspace:*", "@hypeup/lexicon": "workspace:*", "@hypeup/runtime": "workspace:*", "asta": "anton-io/asta", "highlight.js": "^11.11.1", "marked": "^18.0.3", "marked-gfm-heading-id": "^4.1.4", "marked-highlight": "^2.2.4" }, "license": "MIT", "author": { "name": "Sigitex", "url": "http://github.com/sigitex" }, "repository": { "type": "git", "url": "git+https://github.com/sigitex/sigitex.com.git" }, "devDependencies": { "@types/bun": "^1.3.13", "@typescript/native-preview": "beta", "hypeup": "workspace:*", "oxfmt": "^0.47.0", "oxlint": "^1.62.0", "sass-embedded": "^1.99.0", "type-fest": "^5.6.0" }, "files": [ "src" ] }