mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 01:38:14 -04:00

* chore: release v1.21.0-pre2 * chore: disable automated stable package builds for now Signed-off-by: Xe Iaso <me@xeiaso.net>
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"name": "@techaro/anubis",
|
|
"version": "1.21.0-pre2",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npm run assets && go test ./...",
|
|
"test:integration": "npm run assets && go test -v ./internal/test",
|
|
"test:integration:podman": "npm run assets && go test -v ./internal/test --playwright-runner=podman",
|
|
"test:integration:docker": "npm run assets && go test -v ./internal/test --playwright-runner=docker",
|
|
"assets": "go generate ./... && ./web/build.sh && ./xess/build.sh",
|
|
"build": "npm run assets && go build -o ./var/anubis ./cmd/anubis",
|
|
"dev": "npm run assets && go run ./cmd/anubis --use-remote-address --target http://localhost:3000",
|
|
"container": "npm run assets && go run ./cmd/containerbuild",
|
|
"package": "yeet",
|
|
"lint": "make lint"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"cssnano": "^7.0.7",
|
|
"cssnano-preset-advanced": "^7.0.7",
|
|
"esbuild": "^0.25.5",
|
|
"playwright": "^1.52.0",
|
|
"postcss-cli": "^11.0.1",
|
|
"postcss-import": "^16.1.1",
|
|
"postcss-import-url": "^7.2.0",
|
|
"postcss-url": "^10.1.3"
|
|
}
|
|
} |