- Set Spanish as default language with ephemeral/encrypted privacy focus - Translate all user-facing strings and legal pages to Spanish - Replace Norwegian flag with Spanish flag in footer - Remove Hemmelig/terces.cloud links, add cloudhost.es sponsorship - Rewrite PrivacyPage: zero data collection, ephemeral design emphasis - Rewrite TermsPage: Spanish law, RGPD, paste.es/CloudHost.es references - Update PWA manifest, HTML meta tags, package.json branding - Rename webhook headers to X-Paste-Event / X-Paste-Signature - Update API docs title and contact to paste.es / cloudhost.es Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "hemmelig",
|
|
"version": "7.0.0",
|
|
"description": "CLI for creating encrypted, self-destructing secrets via Hemmelig",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"bin": {
|
|
"hemmelig": "dist/bin.js"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"keywords": [
|
|
"hemmelig",
|
|
"secret",
|
|
"secrets",
|
|
"encryption",
|
|
"cli",
|
|
"security",
|
|
"privacy",
|
|
"self-destruct",
|
|
"one-time",
|
|
"share"
|
|
],
|
|
"author": "Hemmelig",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/HemmeligOrg/Hemmelig.app.git",
|
|
"directory": "cli"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/HemmeligOrg/Hemmelig.app/issues"
|
|
},
|
|
"homepage": "https://hemmelig.app",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|