mirror of
https://github.com/paulmillr/encrypted-dns.git
synced 2026-03-31 09:59:23 +02:00
16 lines
483 B
JSON
16 lines
483 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|