Files
AutistMask/package.json
sneak d9eda1d503
All checks were successful
check / check (push) Successful in 11s
Add basic monochrome popup UI with Tailwind CSS
Black-on-white, monospace, Universal Paperclips aesthetic.
All views: lock, setup/create/import, main account, send,
receive, add token, settings, and approval. Vanilla JS view
switching with stub state. README updated with full UI design
philosophy, external services documentation, and view descriptions.
2026-02-24 10:12:19 +07:00

23 lines
625 B
JSON

{
"name": "autistmask",
"version": "0.1.0",
"description": "Minimal Ethereum wallet browser extension for Chrome and Firefox",
"author": "sneak <sneak@sneak.berlin>",
"license": "GPL-3.0",
"private": true,
"scripts": {
"test": "jest --forceExit",
"build": "node build.js",
"lint": "prettier --check .",
"fmt": "prettier --write .",
"fmt-check": "prettier --check ."
},
"devDependencies": {
"@tailwindcss/cli": "^4.2.1",
"jest": "^30.2.0",
"prettier": "^3.8.1",
"tailwindcss": "^4.2.1"
},
"dependencies": {}
}