aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..aeb2f2a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "@techaro/anubis",
+ "version": "1.0.0-see-VERSION-file",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "npm run assets && go test ./...",
+ "test:integration": "npm run assets && go test ./internal/test",
+ "assets": "./web/build.sh && ./xess/build.sh",
+ "dev": "npm run assets && go run ./cmd/anubis",
+ "container": "npm run assets && go run ./cmd/containerbuild"
+ },
+ "author": "",
+ "license": "ISC",
+ "devDependencies": {
+ "cssnano": "^7.0.6",
+ "cssnano-preset-advanced": "^7.0.6",
+ "postcss-cli": "^11.0.0",
+ "postcss-import": "^16.1.0",
+ "postcss-import-url": "^7.2.0",
+ "postcss-url": "^10.1.3"
+ }
+} \ No newline at end of file