mirror of
https://github.com/paulmillr/encrypted-dns.git
synced 2026-05-25 02:04:03 +02:00
Big update: streamline and simplify everything.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user