52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "@sigitex/sigitex.com",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"workspaces": {
|
|
"packages": [
|
|
"../hypeup/packages/*"
|
|
],
|
|
"catalog": {
|
|
"@types/bun": "1.3.12"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"start": "hypeup generate --dir src --watch",
|
|
"build": "hypeup generate --dir src",
|
|
"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",
|
|
"hypeup": "workspace:*",
|
|
"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",
|
|
"oxfmt": "^0.47.0",
|
|
"oxlint": "^1.62.0",
|
|
"sass-embedded": "^1.99.0",
|
|
"type-fest": "^5.6.0"
|
|
},
|
|
"files": [
|
|
"src"
|
|
]
|
|
}
|