mirror of
https://github.com/paulmillr/encrypted-dns.git
synced 2026-03-31 18:00:29 +02:00
18 lines
557 B
JSON
18 lines
557 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/build.ts",
|
|
"sign": "node scripts/sign.ts",
|
|
"new": "node scripts/new.ts",
|
|
"test": "node --experimental-strip-types --test scripts/new.test.ts scripts/sign-single.test.ts",
|
|
"format": "prettier --write \"src/*.json\" scripts/*.ts *.ts"
|
|
},
|
|
"dependencies": {
|
|
"micro-key-producer": "0.8.5",
|
|
"prettier": "3.6.2"
|
|
}
|
|
}
|