Big update: streamline and simplify everything.

This commit is contained in:
Paul Miller
2026-02-27 05:58:05 +00:00
parent 5291280e5f
commit 0b60ef60df
79 changed files with 1318 additions and 1569 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "encrypted-dns",
"private": true,
"type": "module",
"scripts": {
"build:clean": "rm -f signed/*.mobileconfig profiles/*.mobileconfig README*.md",
"build": "npm run build:clean && node scripts/generate.ts",
"test": "node --experimental-strip-types --test scripts/new.test.ts scripts/sign.test.ts",
"format": "prettier --write \"src/*.json\" scripts/*.ts *.ts"
},
"dependencies": {
"micro-key-producer": "0.8.5",
"prettier": "3.6.2"
}
}